From: Jeremy Kerr Date: Fri, 5 Sep 2008 05:40:43 +0000 (+1000) Subject: Exclude packages tree from separate .gitignore file X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=f574079b6a27b375da07213902e52a1c74e9f416 Exclude packages tree from separate .gitignore file 'cos it says so in the top-level .gitignore. Also, this means that the lib/packages/ dir will be included in a git checkout, which is helpful. Signed-off-by: Jeremy Kerr --- diff --git a/.gitignore b/.gitignore index 03a0a45..b16c5e2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ .* *.pyc *.patch -lib/packages/* # # Top-level generic files diff --git a/lib/packages/.gitignore b/lib/packages/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/lib/packages/.gitignore @@ -0,0 +1 @@ +*