diff --git a/.gitignore b/.gitignore index ce354e1..4cc7fda 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,11 @@ missing mkinstalldirs stamp-h stamp-h.in +client +ctf +game +linux +qcommons +ref_* +server +unix diff --git a/bootstrap b/bootstrap index b153a4a..ce2fb91 100755 --- a/bootstrap +++ b/bootstrap @@ -12,7 +12,7 @@ if [ "$1" = "clean" ]; then fi find . -name Makefile.in -print0 | xargs -0 rm -f rm -f config.h.in aclocal.m4 install-sh missing mkinstalldirs \ - stamp-h.in tags configure + stamp-h.in tags configure config.log else