From f5df549abcfaa918f6a2f83ea4c4ac25c0459819 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sat, 28 Apr 2012 08:56:14 -0400 Subject: automated conversion of svn:ignore properties to .gitignore files on pullscan --- .gitignore | 3 +++ colm/.gitignore | 9 +++++++++ test/.gitignore | 2 ++ test/cxx/.gitignore | 2 ++ test/diff/.gitignore | 2 ++ test/dns/.gitignore | 2 ++ test/html/.gitignore | 2 ++ test/http/.gitignore | 2 ++ test/mediawiki/.gitignore | 6 ++++++ test/python/.gitignore | 2 ++ test/ruby/.gitignore | 2 ++ test/xml/.gitignore | 2 ++ 12 files changed, 36 insertions(+) create mode 100644 .gitignore create mode 100644 colm/.gitignore create mode 100644 test/.gitignore create mode 100644 test/cxx/.gitignore create mode 100644 test/diff/.gitignore create mode 100644 test/dns/.gitignore create mode 100644 test/html/.gitignore create mode 100644 test/http/.gitignore create mode 100644 test/mediawiki/.gitignore create mode 100644 test/python/.gitignore create mode 100644 test/ruby/.gitignore create mode 100644 test/xml/.gitignore 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 -- cgit v1.2.1