Add tags files to svn:ignore properties.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828
This commit is contained in:
parent
cf4d0c3bc8
commit
a9e2d244a5
7 changed files with 15 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
pcsound/.gitignore
vendored
2
pcsound/.gitignore
vendored
|
|
@ -3,4 +3,6 @@ Makefile
|
|||
.deps
|
||||
libpcsound.a
|
||||
*.rc
|
||||
tags
|
||||
TAGS
|
||||
|
||||
|
|
|
|||
2
setup/.gitignore
vendored
2
setup/.gitignore
vendored
|
|
@ -4,3 +4,5 @@ Makefile
|
|||
chocolate-setup
|
||||
*.rc
|
||||
*.exe
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
|
@ -5,3 +5,5 @@ Makefile.in
|
|||
chocolate-doom
|
||||
chocolate-server
|
||||
*.exe
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
2
textscreen/.gitignore
vendored
2
textscreen/.gitignore
vendored
|
|
@ -2,3 +2,5 @@ Makefile
|
|||
Makefile.in
|
||||
.deps
|
||||
*.a
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
2
textscreen/examples/.gitignore
vendored
2
textscreen/examples/.gitignore
vendored
|
|
@ -4,3 +4,5 @@ Makefile
|
|||
guitest
|
||||
calculator
|
||||
*.exe
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
2
wince/.gitignore
vendored
2
wince/.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue