aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-03-08 22:28:53 +0800
committerPetteri Räty <petsku@petteriraty.eu>2011-03-12 13:49:34 +0200
commit26d9f7ccda161e01a84bffe4ffb7004887171636 (patch)
tree4eecb479c0e7848af7185da111955d7c1c7ce1d8 /.gitignore
parentFix running ./configure without arguments (diff)
downloadlibbash-26d9f7ccda161e01a84bffe4ffb7004887171636.tar.gz
libbash-26d9f7ccda161e01a84bffe4ffb7004887171636.tar.bz2
libbash-26d9f7ccda161e01a84bffe4ffb7004887171636.zip
Simplify lexer, add post_check.
The generated lexer and parser c files were multiple megabytes which meant that the generated shared library was also huge. With these changes the library stripped is a little over a megabyte.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a56ecf1..68a1c10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ missing
Makefile
autom4te.cache
builtin_unittests
+post_check
bashast.g
bashast.tokens
bashast/.DS_Store