From 9b44da971f8c58feeff64d2de21e26a72a0d0849 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sat, 6 Apr 2002 06:56:44 +0000 Subject: [PATCH] * Added the turd directories to .gitignore * bootstrap clean removes config.log now --- .gitignore | 8 ++++++++ bootstrap | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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