commit 695b64ce292e94a808797bfcaf2ed3f9823ad577
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Mar 8 18:52:59 2010 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Mar 8 18:52:59 2010 +0000
Add OPL-TODO to dist, set svn:ignore properties.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1880
---
Makefile.am | 1 +
opl/.gitignore | 2 ++
opl/examples/.gitignore | 4 +++-
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 13e8bddb..66cf0983 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ EXTRA_DIST= \
CMDLINE \
HACKING \
README.OPL \
+ OPL-TODO \
TODO \
BUGS \
rpm.spec
diff --git a/opl/.gitignore b/opl/.gitignore
index e64379dc..8aac4e77 100644
--- a/opl/.gitignore
+++ b/opl/.gitignore
@@ -3,3 +3,5 @@ Makefile
.deps
libopl.a
*.rc
+tags
+TAGS
diff --git a/opl/examples/.gitignore b/opl/examples/.gitignore
index 49bb1af8..4d589c73 100644
--- a/opl/examples/.gitignore
+++ b/opl/examples/.gitignore
@@ -2,4 +2,6 @@ Makefile.in
Makefile
.deps
droplay
-
+*.exe
+tags
+TAGS