Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.

This commit is contained in:
Jamey Sharp 2006-03-08 22:49:59 -08:00
parent 6fb661f3ff
commit fd1f9cb13f
3 changed files with 0 additions and 35 deletions

19
.gitignore vendored
View File

@ -1,20 +1 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.log
config.status
config.sub
configure
configure.lineno configure.lineno
depcomp
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
*.pc
*.tar.bz2
*.tar.gz

12
src/.gitignore vendored
View File

@ -1,14 +1,3 @@
.deps
.libs
Makefile
Makefile.in
config.h
config.h.in
stamp-h1
*.lo
*.loT
*.la
*.o
xproto.c xproto.c
xproto.h xproto.h
xcb_des.c xcb_des.c
@ -16,4 +5,3 @@ xcb_types.c
xcb_types.h xcb_types.h
extensions extensions
X11 X11
check_all

4
tests/.gitignore vendored
View File

@ -1,7 +1,3 @@
.libs
.deps
*.o
Makefile.in
CheckLog.html CheckLog.html
CheckLog_xcb.xml CheckLog_xcb.xml
check_all check_all