diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-08 22:49:59 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-08 22:49:59 -0800 |
commit | fd1f9cb13f9ab9a6bb6aa0c894d4891809bece8a (patch) | |
tree | b7d8182bd4bba589c588521b4e6cd4c95d885a99 | |
parent | 6fb661f3ff2fca342b4ea76d5a583c5e4f53e076 (diff) |
Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
-rw-r--r-- | .gitignore | 19 | ||||
-rw-r--r-- | src/.gitignore | 12 | ||||
-rw-r--r-- | tests/.gitignore | 4 |
3 files changed, 0 insertions, 35 deletions
@@ -1,20 +1 @@ -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -compile -config.guess -config.log -config.status -config.sub -configure configure.lineno -depcomp -install-sh -libtool -ltmain.sh -missing -mkinstalldirs -*.pc -*.tar.bz2 -*.tar.gz diff --git a/src/.gitignore b/src/.gitignore index f3e1232..1b0d39b 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,14 +1,3 @@ -.deps -.libs -Makefile -Makefile.in -config.h -config.h.in -stamp-h1 -*.lo -*.loT -*.la -*.o xproto.c xproto.h xcb_des.c @@ -16,4 +5,3 @@ xcb_types.c xcb_types.h extensions X11 -check_all diff --git a/tests/.gitignore b/tests/.gitignore index a633f9c..9d27cc5 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,7 +1,3 @@ -.libs -.deps -*.o -Makefile.in CheckLog.html CheckLog_xcb.xml check_all |