diff options
author | Simon Howard | 2010-04-18 22:37:48 +0000 |
---|---|---|
committer | Simon Howard | 2010-04-18 22:37:48 +0000 |
commit | 63ff4879e6c7811d9e8cf357b4e44701964adf21 (patch) | |
tree | 602492d762bf0f8a2e42f0a1f32cacad162a7cbc | |
parent | f7ab7d9ffd8810de65c218939f7c506c0959eaca (diff) | |
download | chocolate-doom-63ff4879e6c7811d9e8cf357b4e44701964adf21.tar.gz chocolate-doom-63ff4879e6c7811d9e8cf357b4e44701964adf21.tar.bz2 chocolate-doom-63ff4879e6c7811d9e8cf357b4e44701964adf21.zip |
Fix svn:ignore properties.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1912
-rw-r--r-- | src/.gitignore | 4 | ||||
-rw-r--r-- | src/doom/.gitignore | 4 | ||||
-rw-r--r-- | src/heretic/.gitignore | 3 | ||||
-rw-r--r-- | src/hexen/.gitignore | 3 | ||||
-rw-r--r-- | src/setup/.gitignore | 3 |
5 files changed, 5 insertions, 12 deletions
diff --git a/src/.gitignore b/src/.gitignore index 973a0073..e560093f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,7 +3,11 @@ Makefile.in .deps *.rc chocolate-doom +chocolate-heretic +chocolate-hexen chocolate-server +chocolate-setup +doom-screensaver.desktop *.exe tags TAGS diff --git a/src/doom/.gitignore b/src/doom/.gitignore index 973a0073..d4e88e5a 100644 --- a/src/doom/.gitignore +++ b/src/doom/.gitignore @@ -1,9 +1,5 @@ Makefile Makefile.in .deps -*.rc -chocolate-doom -chocolate-server -*.exe tags TAGS diff --git a/src/heretic/.gitignore b/src/heretic/.gitignore index d7e732ad..2e0aa797 100644 --- a/src/heretic/.gitignore +++ b/src/heretic/.gitignore @@ -2,6 +2,3 @@ Makefile Makefile.in .deps *.rc -chocolate-doom -chocolate-server -*.exe diff --git a/src/hexen/.gitignore b/src/hexen/.gitignore index d7e732ad..2e0aa797 100644 --- a/src/hexen/.gitignore +++ b/src/hexen/.gitignore @@ -2,6 +2,3 @@ Makefile Makefile.in .deps *.rc -chocolate-doom -chocolate-server -*.exe diff --git a/src/setup/.gitignore b/src/setup/.gitignore index 37c8e4c1..f41d11c7 100644 --- a/src/setup/.gitignore +++ b/src/setup/.gitignore @@ -1,8 +1,7 @@ Makefile.in Makefile .deps -chocolate-setup +setup-manifest.xml *.rc -*.exe tags TAGS |