Set svn:ignore properties on directories.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 824
This commit is contained in:
parent
23f18efcc5
commit
1041b5c556
6 changed files with 37 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,3 +1,17 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
INSTALL
|
||||
CMDLINE
|
||||
autotools
|
||||
aclocal.m4
|
||||
configure
|
||||
config.hin
|
||||
config.log
|
||||
config.status
|
||||
config.h
|
||||
autom4te.cache
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
|
||||
# These are the default patterns globally ignored by Subversion:
|
||||
*.o
|
||||
|
|
|
|||
3
man/.gitignore
vendored
Normal file
3
man/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
*.6
|
||||
5
setup/.gitignore
vendored
Normal file
5
setup/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
chocolate-setup
|
||||
*.rc
|
||||
6
src/.gitignore
vendored
Normal file
6
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
*.rc
|
||||
chocolate-doom
|
||||
chocolate-server
|
||||
4
textscreen/.gitignore
vendored
Normal file
4
textscreen/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
*.a
|
||||
5
textscreen/examples/.gitignore
vendored
Normal file
5
textscreen/examples/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
guitest
|
||||
calculator
|
||||
Loading…
Reference in a new issue