diff options
author | Adrian Thurston <thurston@complang.org> | 2012-04-28 08:56:19 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-04-28 08:56:19 -0400 |
commit | cb02d92fe06832d698758dffb44daf01cdc90511 (patch) | |
tree | b54a72e43145b56b496bf02020bd305c594ba983 /test | |
parent | a0752d68b4509c1dcc0bb7f7d45ee10ebaabb557 (diff) | |
download | colm-0.1.tar.gz |
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 5 | ||||
-rw-r--r-- | test/cxx/.gitignore | 5 | ||||
-rw-r--r-- | test/diff/.gitignore | 2 | ||||
-rw-r--r-- | test/dnstools/.gitignore | 1 | ||||
-rw-r--r-- | test/html/.gitignore | 4 | ||||
-rw-r--r-- | test/http/.gitignore | 4 | ||||
-rw-r--r-- | test/mediawiki/.gitignore | 6 | ||||
-rw-r--r-- | test/python/.gitignore | 5 | ||||
-rw-r--r-- | test/ruby/.gitignore | 2 | ||||
-rw-r--r-- | test/xml/.gitignore | 4 |
10 files changed, 38 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..e3ab7ccd --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,5 @@ +/Makefile +/*.diff +/*.c +/*.bin +/*.out diff --git a/test/cxx/.gitignore b/test/cxx/.gitignore new file mode 100644 index 00000000..6ffa5426 --- /dev/null +++ b/test/cxx/.gitignore @@ -0,0 +1,5 @@ +/*.diff +/*.out +/cxx.c +/cxx.bin +/Makefile 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..44191d29 --- /dev/null +++ b/test/html/.gitignore @@ -0,0 +1,4 @@ +/html.c +/html.bin +/*.diff +/*.out diff --git a/test/http/.gitignore b/test/http/.gitignore new file mode 100644 index 00000000..0c42aa5e --- /dev/null +++ b/test/http/.gitignore @@ -0,0 +1,4 @@ +/http.c +/http.bin +/*.out +/*.diff 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..f09f4c6a --- /dev/null +++ b/test/python/.gitignore @@ -0,0 +1,5 @@ +/Makefile +/python.c +/python.bin +/*.diff +/*.out 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..ff1b706a --- /dev/null +++ b/test/xml/.gitignore @@ -0,0 +1,4 @@ +/xml.c +/xml.bin +/*.diff +/*.out |