Ignore Emacs temp files and src/*.cfg src/*.txt
The latter two are useful when running the Windows build of Chocolate Doom under src. We don't want to accidentally commit generated config or stdout/stderr files.
This commit is contained in:
parent
1112fd9573
commit
9524b0fabe
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,6 +19,7 @@ stamp-h
|
|||
stamp-h.in
|
||||
stamp-h1
|
||||
tags
|
||||
\#*\#
|
||||
|
||||
# These are the default patterns globally ignored by Subversion:
|
||||
*.o
|
||||
|
|
|
|||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
|
@ -12,8 +12,10 @@ chocolate-heretic-setup
|
|||
chocolate-hexen-setup
|
||||
chocolate-strife-setup
|
||||
chocolate-setup
|
||||
*.cfg
|
||||
*.exe
|
||||
*.desktop
|
||||
*.txt
|
||||
*.appdata.xml
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue