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 | 5f032ed8c7a137e551092cc8f481b7375d0a4e15 (patch) | |
tree | 0d7617db619fa421932ed6f735b2e5515c7e6ba7 /colm | |
parent | 27576589ba824454c4a93787c22025f84d734070 (diff) | |
download | colm-5f032ed8c7a137e551092cc8f481b7375d0a4e15.tar.gz |
Diffstat (limited to 'colm')
-rw-r--r-- | colm/.gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
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 |