diff options
author | Dan McGee <dan@archlinux.org> | 2007-07-16 22:49:28 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-16 22:49:28 +0200 |
commit | 466d289e6a3e7dbaf567b39485c49d67eac5b362 (patch) | |
tree | eec9f187e0f80ce18bd3e8141902dea3379c4a9a /etc/pacman.d | |
parent | fa2164a59ecc47a7a4324712710c367e195f14f6 (diff) | |
download | pacman-466d289e6a3e7dbaf567b39485c49d67eac5b362.tar.gz 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 'etc/pacman.d')
-rw-r--r-- | etc/pacman.d/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/pacman.d/.gitignore b/etc/pacman.d/.gitignore index 1ec58734..b47959b7 100644 --- a/etc/pacman.d/.gitignore +++ b/etc/pacman.d/.gitignore @@ -1,3 +1 @@ -Makefile -Makefile.in mirrorlist |