summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-04-28 08:56:18 -0400
committerAdrian Thurston <thurston@complang.org>2012-04-28 08:56:18 -0400
commit5f032ed8c7a137e551092cc8f481b7375d0a4e15 (patch)
tree0d7617db619fa421932ed6f735b2e5515c7e6ba7
parent27576589ba824454c4a93787c22025f84d734070 (diff)
downloadcolm-0.3.tar.gz
automated conversion of svn:ignore properties to .gitignore files on tags/0.3colm-0.30.3
-rw-r--r--.gitignore14
-rw-r--r--aapl/.gitignore2
-rw-r--r--colm/.gitignore18
-rw-r--r--test/.gitignore6
-rw-r--r--test/cxx/.gitignore6
-rw-r--r--test/diff/.gitignore2
-rw-r--r--test/dnstools/.gitignore1
-rw-r--r--test/html/.gitignore6
-rw-r--r--test/http/.gitignore6
-rw-r--r--test/mediawiki/.gitignore6
-rw-r--r--test/python/.gitignore6
-rw-r--r--test/ruby/.gitignore6
-rw-r--r--test/xml/.gitignore6
13 files changed, 85 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..a94b3074
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+/configure
+/Makefile.in
+/autom4te.cache
+/aclocal.m4
+/missing
+/libtool
+/install-sh
+/config.sub
+/ltmain.sh
+/config.guess
+/depcomp
+/config.log
+/config.status
+/Makefile
diff --git a/aapl/.gitignore b/aapl/.gitignore
new file mode 100644
index 00000000..b336cc7c
--- /dev/null
+++ b/aapl/.gitignore
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/colm/.gitignore b/colm/.gitignore
new file mode 100644
index 00000000..9aa35007
--- /dev/null
+++ b/colm/.gitignore
@@ -0,0 +1,18 @@
+/Makefile.in
+/Makefile
+/.*.d
+/colm
+/lmparse.h
+/lmparse.cc
+/lmscan.cc
+/config.h.in
+/config.h
+/defs.h
+/version.h
+/tags
+/.deps
+/libcolmd.a
+/libcolmp.a
+/.libs
+/stamp-h1
+/stamp-h2
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 00000000..7f071c97
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,6 @@
+/*.diff
+/*.c
+/*.bin
+/*.out
+/Makefile.in
+/Makefile
diff --git a/test/cxx/.gitignore b/test/cxx/.gitignore
new file mode 100644
index 00000000..4b614c96
--- /dev/null
+++ b/test/cxx/.gitignore
@@ -0,0 +1,6 @@
+/*.diff
+/*.out
+/cxx.c
+/cxx.bin
+/Makefile
+/Makefile.in
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/dnstools/.gitignore b/test/dnstools/.gitignore
new file mode 100644
index 00000000..4c286717
--- /dev/null
+++ b/test/dnstools/.gitignore
@@ -0,0 +1 @@
+/extract
diff --git a/test/html/.gitignore b/test/html/.gitignore
new file mode 100644
index 00000000..1032d43d
--- /dev/null
+++ b/test/html/.gitignore
@@ -0,0 +1,6 @@
+/html.c
+/html.bin
+/*.diff
+/*.out
+/Makefile
+/Makefile.in
diff --git a/test/http/.gitignore b/test/http/.gitignore
new file mode 100644
index 00000000..8392ddc7
--- /dev/null
+++ b/test/http/.gitignore
@@ -0,0 +1,6 @@
+/http.c
+/http.bin
+/*.out
+/*.diff
+/Makefile
+/Makefile.in
diff --git a/test/mediawiki/.gitignore b/test/mediawiki/.gitignore
new file mode 100644
index 00000000..91ad7cb0
--- /dev/null
+++ b/test/mediawiki/.gitignore
@@ -0,0 +1,6 @@
+/garticle
+/garticle.cpp
+/pdump
+/pdump.cpp
+/mediawiki.c
+/mediawiki.bin
diff --git a/test/python/.gitignore b/test/python/.gitignore
new file mode 100644
index 00000000..bed61624
--- /dev/null
+++ b/test/python/.gitignore
@@ -0,0 +1,6 @@
+/python.c
+/python.bin
+/*.diff
+/*.out
+/Makefile.in
+/Makefile
diff --git a/test/ruby/.gitignore b/test/ruby/.gitignore
new file mode 100644
index 00000000..0e826f42
--- /dev/null
+++ b/test/ruby/.gitignore
@@ -0,0 +1,6 @@
+/*.diff
+/*.out
+/ruby.c
+/ruby.bin
+/Makefile
+/Makefile.in
diff --git a/test/xml/.gitignore b/test/xml/.gitignore
new file mode 100644
index 00000000..e5900cfa
--- /dev/null
+++ b/test/xml/.gitignore
@@ -0,0 +1,6 @@
+/xml.c
+/xml.bin
+/*.diff
+/*.out
+/Makefile
+/Makefile.in