From 466d289e6a3e7dbaf567b39485c49d67eac5b362 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 16 Jul 2007 16:49:28 -0400 Subject: 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 --- src/pacman/.gitignore | 2 -- src/util/.gitignore | 2 -- 2 files changed, 4 deletions(-) (limited to 'src') diff --git a/src/pacman/.gitignore b/src/pacman/.gitignore index f8247c5e..3b2600fd 100644 --- a/src/pacman/.gitignore +++ b/src/pacman/.gitignore @@ -1,6 +1,4 @@ .deps .libs -Makefile -Makefile.in pacman pacman.static diff --git a/src/util/.gitignore b/src/util/.gitignore index 8bfb0085..96ef10da 100644 --- a/src/util/.gitignore +++ b/src/util/.gitignore @@ -1,6 +1,4 @@ .deps .libs -Makefile -Makefile.in vercmp testpkg -- cgit v1.2.3-24-g4f1b