ref: 9524b0fabe99516b6bc45bd8b40223235921a6c7
parent: 1112fd9573f8d45e167e1ba7cbe35a0f18aa5910
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Fri Aug 26 16:59:10 EDT 2016
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.
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@
stamp-h.in
stamp-h1
tags
+\#*\#
# These are the default patterns globally ignored by Subversion:
*.o
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -12,8 +12,10 @@
chocolate-hexen-setup
chocolate-strife-setup
chocolate-setup
+*.cfg
*.exe
*.desktop
+*.txt
*.appdata.xml
tags
TAGS