summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Clark <jjc@jclark.com>1997-11-04 05:43:52 +0000
committerJames Clark <jjc@jclark.com>1997-11-04 05:43:52 +0000
commite8060e4e7af9936f2134ba461d66e497efc5fccd (patch)
tree2cccd99823848ae0b6b7c794512a33088fe94961 /.gitignore
downloadlibexpat-git-e8060e4e7af9936f2134ba461d66e497efc5fccd.tar.gz
Initial Revision
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..40caffa8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# CVS default ignores begin
+tags
+TAGS
+.make.state
+.nse_depinfo
+*~
+#*
+.#*
+,*
+_$*
+*$
+*.old
+*.bak
+*.BAK
+*.orig
+*.rej
+.del-*
+*.a
+*.olb
+*.o
+*.obj
+*.so
+*.exe
+*.Z
+*.elc
+*.ln
+core
+# CVS default ignores end