diff options
author | Simon Howard | 2014-06-13 17:39:54 -0400 |
---|---|---|
committer | Simon Howard | 2014-06-13 17:39:54 -0400 |
commit | a2c75d271a2c4c25fb98303071f9e99a9ac46de0 (patch) | |
tree | a09bfc58ad35bdf18fad869280c51cc15544ab6b | |
parent | fc334b080914a2694983d9d121e709ccceb4006f (diff) | |
parent | c4332b7691a7ce639bb55bfae12024b7e8f9bccb (diff) | |
download | chocolate-doom-a2c75d271a2c4c25fb98303071f9e99a9ac46de0.tar.gz chocolate-doom-a2c75d271a2c4c25fb98303071f9e99a9ac46de0.tar.bz2 chocolate-doom-a2c75d271a2c4c25fb98303071f9e99a9ac46de0.zip |
Merge pull request #411 from chungy/ignore
Ignore some more autogenerated files
-rw-r--r-- | man/.gitignore | 8 | ||||
-rw-r--r-- | src/.gitignore | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/man/.gitignore b/man/.gitignore index b7b7be5f..502283ac 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,3 +1,11 @@ +CMDLINE.doom +CMDLINE.heretic +CMDLINE.hexen +CMDLINE.strife +INSTALL.doom +INSTALL.heretic +INSTALL.hexen +INSTALL.strife Makefile.in Makefile *.6 diff --git a/src/.gitignore b/src/.gitignore index aa8a4c05..a0cf15b4 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -6,6 +6,11 @@ chocolate-doom chocolate-heretic chocolate-hexen chocolate-server +chocolate-strife +chocolate-doom-setup +chocolate-heretic-setup +chocolate-hexen-setup +chocolate-strife-setup chocolate-setup *.exe *.desktop |