diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-09-05 15:40:43 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-09-05 15:40:43 +1000 |
commit | f574079b6a27b375da07213902e52a1c74e9f416 (patch) | |
tree | 1835ed35d95012c452ff1b4a795c9e92c651e12c /.gitignore | |
parent | 690043e0318f5cd8110fca2945f2ca3763597343 (diff) | |
download | patchwork-f574079b6a27b375da07213902e52a1c74e9f416.tar patchwork-f574079b6a27b375da07213902e52a1c74e9f416.tar.gz |
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 <jk@ozlabs.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ .* *.pyc *.patch -lib/packages/* # # Top-level generic files |