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 /lib/packages | |
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 'lib/packages')
-rw-r--r-- | lib/packages/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ +* |