diff options
author | Adrian Thurston <thurston@complang.org> | 2012-04-28 08:56:18 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-04-28 08:56:18 -0400 |
commit | 0ac9e98e8f4d22f37f78e1051e451cae2ab0cd9a (patch) | |
tree | ef6dbaca8d31887b83c7391494ffb8831f973c8e | |
parent | 67a787cb610642b0f24a27c87c46a170cd720af7 (diff) | |
download | colm-0.4.tar.gz |
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | aapl/.gitignore | 2 | ||||
-rw-r--r-- | colm/.gitignore | 18 | ||||
-rw-r--r-- | test/.gitignore | 6 | ||||
-rw-r--r-- | test/mediawiki/.gitignore | 6 |
5 files changed, 46 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/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 |