diff options
author | Simon Howard | 2007-01-06 22:26:23 +0000 |
---|---|---|
committer | Simon Howard | 2007-01-06 22:26:23 +0000 |
commit | 1041b5c556554d03fcea8d497a5158ac2e5792a4 (patch) | |
tree | 37e78e53870d1c3d7093635cfe16c3e2971fcf43 | |
parent | 23f18efcc56665b89f9ea4b346667336ee79c036 (diff) | |
download | chocolate-doom-1041b5c556554d03fcea8d497a5158ac2e5792a4.tar.gz chocolate-doom-1041b5c556554d03fcea8d497a5158ac2e5792a4.tar.bz2 chocolate-doom-1041b5c556554d03fcea8d497a5158ac2e5792a4.zip |
Set svn:ignore properties on directories.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 824
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | man/.gitignore | 3 | ||||
-rw-r--r-- | setup/.gitignore | 5 | ||||
-rw-r--r-- | src/.gitignore | 6 | ||||
-rw-r--r-- | textscreen/.gitignore | 4 | ||||
-rw-r--r-- | textscreen/examples/.gitignore | 5 |
6 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Makefile.in +Makefile +INSTALL +CMDLINE +autotools +aclocal.m4 +configure +config.hin +config.log +config.status +config.h +autom4te.cache +stamp-h +stamp-h.in # These are the default patterns globally ignored by Subversion: *.o diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 00000000..dd9b296c --- /dev/null +++ b/man/.gitignore @@ -0,0 +1,3 @@ +Makefile.in +Makefile +*.6 diff --git a/setup/.gitignore b/setup/.gitignore new file mode 100644 index 00000000..3a792228 --- /dev/null +++ b/setup/.gitignore @@ -0,0 +1,5 @@ +Makefile.in +Makefile +.deps +chocolate-setup +*.rc diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..78beb9a8 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,6 @@ +Makefile +Makefile.in +.deps +*.rc +chocolate-doom +chocolate-server diff --git a/textscreen/.gitignore b/textscreen/.gitignore new file mode 100644 index 00000000..6f6e5b3b --- /dev/null +++ b/textscreen/.gitignore @@ -0,0 +1,4 @@ +Makefile +Makefile.in +.deps +*.a diff --git a/textscreen/examples/.gitignore b/textscreen/examples/.gitignore new file mode 100644 index 00000000..e74cfdaa --- /dev/null +++ b/textscreen/examples/.gitignore @@ -0,0 +1,5 @@ +Makefile.in +Makefile +.deps +guitest +calculator |