shithub: choc

Download patch

ref: a9e2d244a5a37fed344405e40698de2a2969c12a
parent: cf4d0c3bc80651ec29116d895afeb9c5161b3168
author: Simon Howard <fraggle@gmail.com>
date: Wed Jan 27 14:16:26 EST 2010

Add tags files to svn:ignore properties.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1828

--- a/.gitignore
+++ b/.gitignore
@@ -10,9 +10,12 @@
 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
--- a/pcsound/.gitignore
+++ b/pcsound/.gitignore
@@ -3,4 +3,6 @@
 .deps
 libpcsound.a
 *.rc
+tags
+TAGS
 
--- a/setup/.gitignore
+++ b/setup/.gitignore
@@ -4,3 +4,5 @@
 chocolate-setup
 *.rc
 *.exe
+tags
+TAGS
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -5,3 +5,5 @@
 chocolate-doom
 chocolate-server
 *.exe
+tags
+TAGS
--- a/textscreen/.gitignore
+++ b/textscreen/.gitignore
@@ -2,3 +2,5 @@
 Makefile.in
 .deps
 *.a
+tags
+TAGS
--- a/textscreen/examples/.gitignore
+++ b/textscreen/examples/.gitignore
@@ -4,3 +4,5 @@
 guitest
 calculator
 *.exe
+tags
+TAGS
--- a/wince/.gitignore
+++ b/wince/.gitignore
@@ -1,3 +1,5 @@
 Makefile
 Makefile.in
 .deps
+tags
+TAGS