mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 06:01:19 +00:00
* Added the turd directories to .gitignore
* bootstrap clean removes config.log now
This commit is contained in:
parent
b3a333df91
commit
9b44da971f
2 changed files with 9 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue