summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-04-28 08:56:14 -0400
committerAdrian Thurston <thurston@complang.org>2012-04-28 08:56:14 -0400
commitf5df549abcfaa918f6a2f83ea4c4ac25c0459819 (patch)
treefb1e66e4d4d9b3858cb556694c0309e40de8132f
parent1e645bca5b679d0a26b8a5320f8dd2b4e981a0b8 (diff)
downloadcolm-pullscan.tar.gz
automated conversion of svn:ignore properties to .gitignore files on pullscanpullscan
-rw-r--r--.gitignore3
-rw-r--r--colm/.gitignore9
-rw-r--r--test/.gitignore2
-rw-r--r--test/cxx/.gitignore2
-rw-r--r--test/diff/.gitignore2
-rw-r--r--test/dns/.gitignore2
-rw-r--r--test/html/.gitignore2
-rw-r--r--test/http/.gitignore2
-rw-r--r--test/mediawiki/.gitignore6
-rw-r--r--test/python/.gitignore2
-rw-r--r--test/ruby/.gitignore2
-rw-r--r--test/xml/.gitignore2
12 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..2c54ab84
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/config.log
+/config.status
+/Makefile
diff --git a/colm/.gitignore b/colm/.gitignore
new file mode 100644
index 00000000..f5289e80
--- /dev/null
+++ b/colm/.gitignore
@@ -0,0 +1,9 @@
+/Makefile
+/.*.d
+/colm
+/lmparse.h
+/lmparse.cpp
+/runtime.a
+/lmscan.cpp
+/config.h
+/version.h
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 00000000..141306d6
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,2 @@
+/*.cpp
+/*.bin
diff --git a/test/cxx/.gitignore b/test/cxx/.gitignore
new file mode 100644
index 00000000..b9222013
--- /dev/null
+++ b/test/cxx/.gitignore
@@ -0,0 +1,2 @@
+/cxx.cpp
+/cxx.bin
diff --git a/test/diff/.gitignore b/test/diff/.gitignore
new file mode 100644
index 00000000..2d7060a4
--- /dev/null
+++ b/test/diff/.gitignore
@@ -0,0 +1,2 @@
+/diff.cpp
+/diff.bin
diff --git a/test/dns/.gitignore b/test/dns/.gitignore
new file mode 100644
index 00000000..b5bfc9c1
--- /dev/null
+++ b/test/dns/.gitignore
@@ -0,0 +1,2 @@
+/dns.cpp
+/dns.bin
diff --git a/test/html/.gitignore b/test/html/.gitignore
new file mode 100644
index 00000000..90d2d46a
--- /dev/null
+++ b/test/html/.gitignore
@@ -0,0 +1,2 @@
+/html.cpp
+/html.bin
diff --git a/test/http/.gitignore b/test/http/.gitignore
new file mode 100644
index 00000000..5ed5f244
--- /dev/null
+++ b/test/http/.gitignore
@@ -0,0 +1,2 @@
+/http.cpp
+/http.bin
diff --git a/test/mediawiki/.gitignore b/test/mediawiki/.gitignore
new file mode 100644
index 00000000..a96dc3ff
--- /dev/null
+++ b/test/mediawiki/.gitignore
@@ -0,0 +1,6 @@
+/garticle
+/garticle.cpp
+/pdump
+/pdump.cpp
+/mediawiki.cpp
+/mediawiki.bin
diff --git a/test/python/.gitignore b/test/python/.gitignore
new file mode 100644
index 00000000..80da550f
--- /dev/null
+++ b/test/python/.gitignore
@@ -0,0 +1,2 @@
+/python.cpp
+/python.bin
diff --git a/test/ruby/.gitignore b/test/ruby/.gitignore
new file mode 100644
index 00000000..3c5e40cb
--- /dev/null
+++ b/test/ruby/.gitignore
@@ -0,0 +1,2 @@
+/ruby.cpp
+/ruby.bin
diff --git a/test/xml/.gitignore b/test/xml/.gitignore
new file mode 100644
index 00000000..b28e2488
--- /dev/null
+++ b/test/xml/.gitignore
@@ -0,0 +1,2 @@
+/xml.cpp
+/xml.bin