commit 7ecdb1bfab018baf551c1e2cc1f2fa29597fce90
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Jun 9 18:00:19 2007 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Jun 9 18:00:19 2007 +0000
Add *.exe to svn:ignore.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 899
---
setup/.gitignore | 1 +
src/.gitignore | 1 +
textscreen/examples/.gitignore | 1 +
3 files changed, 3 insertions(+)
diff --git a/setup/.gitignore b/setup/.gitignore
index 3a792228..e2da8a59 100644
--- a/setup/.gitignore
+++ b/setup/.gitignore
@@ -3,3 +3,4 @@ Makefile
.deps
chocolate-setup
*.rc
+*.exe
diff --git a/src/.gitignore b/src/.gitignore
index 78beb9a8..d7e732ad 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -4,3 +4,4 @@ Makefile.in
*.rc
chocolate-doom
chocolate-server
+*.exe
diff --git a/textscreen/examples/.gitignore b/textscreen/examples/.gitignore
index e74cfdaa..b75bfc6b 100644
--- a/textscreen/examples/.gitignore
+++ b/textscreen/examples/.gitignore
@@ -3,3 +3,4 @@ Makefile
.deps
guitest
calculator
+*.exe