diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-16 16:49:28 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-16 16:49:28 -0400 |
commit | 466d289e6a3e7dbaf567b39485c49d67eac5b362 (patch) | |
tree | eec9f187e0f80ce18bd3e8141902dea3379c4a9a /doc | |
parent | fa2164a59ecc47a7a4324712710c367e195f14f6 (diff) | |
download | pacman-466d289e6a3e7dbaf567b39485c49d67eac5b362.tar.xz |
Remove unnecessary entries from .gitignore files
.gitignore works recursively, so we don't need Makefile and Makefile.in
in all of the subdirectory .gitignore files.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index b6ab6ec3..fcbfb09d 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,4 +1,2 @@ -Makefile -Makefile.in *.html man3 |