* Added the turd directories to .gitignore

* bootstrap clean removes config.log now
This commit is contained in:
Jamie Wilkinson 2002-04-06 06:56:44 +00:00
parent b3a333df91
commit 9b44da971f
2 changed files with 9 additions and 1 deletions

8
.gitignore vendored
View file

@ -19,3 +19,11 @@ missing
mkinstalldirs mkinstalldirs
stamp-h stamp-h
stamp-h.in stamp-h.in
client
ctf
game
linux
qcommons
ref_*
server
unix

View file

@ -12,7 +12,7 @@ if [ "$1" = "clean" ]; then
fi fi
find . -name Makefile.in -print0 | xargs -0 rm -f find . -name Makefile.in -print0 | xargs -0 rm -f
rm -f config.h.in aclocal.m4 install-sh missing mkinstalldirs \ rm -f config.h.in aclocal.m4 install-sh missing mkinstalldirs \
stamp-h.in tags configure stamp-h.in tags configure config.log
else else