[pacman-dev] [PATCH 2/5] Clean up root .gitignore
Dan McGee
dan at archlinux.org
Thu Sep 23 10:17:56 EDT 2010
We had a few files listed in here that we have checked in to our repo, which
doesn't make a whole lot of sense. Also alphabetize the list while we are at
it.
Signed-off-by: Dan McGee <dan at archlinux.org>
---
.gitignore | 27 +++++++++------------------
1 files changed, 9 insertions(+), 18 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9e43c2f..b2db3a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,30 +1,21 @@
-Makefile
-Makefile.in
-mkinstalldirs
+*~
+*.o
aclocal.m4
autom4te.cache
-config.guess
config.h
config.h.in
config.log
config.status
config.status.lineno
-config.rpath
-config.sub
configure
configure.lineno
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
-
-*.o
-*~
-root
-tags
-cscope.out
cscope.in.out
+cscope.out
cscope.po.out
+libtool
+Makefile
+Makefile.in
pacman-*.tar.gz
+root
+stamp-h1
+tags
--
1.7.3
More information about the pacman-dev
mailing list