From 7a6eb9d46563d605aae67d2b1108bcb9ef4f539d Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Tue, 17 Sep 2002 00:49:55 +0000 Subject: [PATCH] - Added/updated gitignore files. - Added dist tarballs to bootstrap clean. --- .gitignore | 1 + bootstrap | 3 ++- data/.gitignore | 2 ++ data/baseq2/.gitignore | 2 ++ data/pixmaps/.gitignore | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 data/.gitignore create mode 100644 data/baseq2/.gitignore create mode 100644 data/pixmaps/.gitignore diff --git a/.gitignore b/.gitignore index 8c6eb65..ca32a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ stamp-* compile libltdl ltmain.sh +quake2-*.tar.gz diff --git a/bootstrap b/bootstrap index c08c80b..2ca0e01 100755 --- a/bootstrap +++ b/bootstrap @@ -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 diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..c038ed7 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/data/baseq2/.gitignore b/data/baseq2/.gitignore new file mode 100644 index 0000000..c038ed7 --- /dev/null +++ b/data/baseq2/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/data/pixmaps/.gitignore b/data/pixmaps/.gitignore new file mode 100644 index 0000000..c038ed7 --- /dev/null +++ b/data/pixmaps/.gitignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file