commit a9e2d244a5a37fed344405e40698de2a2969c12a
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Jan 27 19:16:26 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Wed Jan 27 19:16:26 2010 +0000
Add tags files to svn:ignore properties.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1828
---
.gitignore | 3 +++
pcsound/.gitignore | 2 ++
setup/.gitignore | 2 ++
src/.gitignore | 2 ++
textscreen/.gitignore | 2 ++
textscreen/examples/.gitignore | 2 ++
wince/.gitignore | 2 ++
7 files changed, 15 insertions(+)
diff --git a/.gitignore b/.gitignore
index c4da3d0e..34652d0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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