diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | pcsound/.gitignore | 2 | ||||
-rw-r--r-- | setup/.gitignore | 2 | ||||
-rw-r--r-- | src/.gitignore | 2 | ||||
-rw-r--r-- | textscreen/.gitignore | 2 | ||||
-rw-r--r-- | textscreen/examples/.gitignore | 2 | ||||
-rw-r--r-- | wince/.gitignore | 2 |
7 files changed, 15 insertions, 0 deletions
@@ -10,9 +10,12 @@ config.log config.status config.h autom4te.cache +rpm.spec stamp-h stamp-h.in stamp-h1 +tags +TAGS # These are the default patterns globally ignored by Subversion: *.o diff --git a/pcsound/.gitignore b/pcsound/.gitignore index 9889f6d5..022c663e 100644 --- a/pcsound/.gitignore +++ b/pcsound/.gitignore @@ -3,4 +3,6 @@ Makefile .deps libpcsound.a *.rc +tags +TAGS diff --git a/setup/.gitignore b/setup/.gitignore index e2da8a59..37c8e4c1 100644 --- a/setup/.gitignore +++ b/setup/.gitignore @@ -4,3 +4,5 @@ Makefile chocolate-setup *.rc *.exe +tags +TAGS diff --git a/src/.gitignore b/src/.gitignore index d7e732ad..973a0073 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -5,3 +5,5 @@ Makefile.in chocolate-doom chocolate-server *.exe +tags +TAGS diff --git a/textscreen/.gitignore b/textscreen/.gitignore index 6f6e5b3b..3be8ec0c 100644 --- a/textscreen/.gitignore +++ b/textscreen/.gitignore @@ -2,3 +2,5 @@ Makefile Makefile.in .deps *.a +tags +TAGS diff --git a/textscreen/examples/.gitignore b/textscreen/examples/.gitignore index b75bfc6b..cb0fd52c 100644 --- a/textscreen/examples/.gitignore +++ b/textscreen/examples/.gitignore @@ -4,3 +4,5 @@ Makefile guitest calculator *.exe +tags +TAGS diff --git a/wince/.gitignore b/wince/.gitignore index 051d1bd5..d4e88e5a 100644 --- a/wince/.gitignore +++ b/wince/.gitignore @@ -1,3 +1,5 @@ Makefile Makefile.in .deps +tags +TAGS |