- Added/updated gitignore files.

- Added dist tarballs to bootstrap clean.
This commit is contained in:
Jamie Wilkinson 2002-09-17 00:49:55 +00:00
parent e50cadface
commit 7a6eb9d465
5 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View file

@ -17,3 +17,4 @@ stamp-*
compile
libltdl
ltmain.sh
quake2-*.tar.gz

View file

@ -7,8 +7,9 @@ if [ "$1" = "clean" ]; then
find . -name Makefile.in -print0 | xargs -r0 rm -f
rm -f aclocal.m4 install-sh missing mkinstalldirs \
stamp-* tags configure config.* \
compile depcomp ltmain.sh
compile depcomp ltmain.sh libtool
rm -rf autom4te.cache libltdl
rm -rf quake2-*.tar.gz
find . -name '*~' -print0 | xargs -r0 rm -f
find . -name '*.rej' -print0 | xargs -r0 rm -f
find . -name '*.orig' -print0 | xargs -r0 rm -f

2
data/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
data/baseq2/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
data/pixmaps/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Makefile
Makefile.in