aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-03-30 10:04:01 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-03-30 20:06:08 +0800
commitf3165d3aba092c6712943e1d41ffc5327a4d8ccc (patch)
treeb9bea3da4c12b01e396878834e29e543c6dd1073 /.gitignore
parentImplement arithmetic assignment (diff)
downloadlibbash-f3165d3aba092c6712943e1d41ffc5327a4d8ccc.tar.gz
libbash-f3165d3aba092c6712943e1d41ffc5327a4d8ccc.tar.bz2
libbash-f3165d3aba092c6712943e1d41ffc5327a4d8ccc.zip
Rename grammar files
Grammar files are renamed for better consistency of the generated files. It also help automake differentiate the grammars for gUnit and C source files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 35588e4..4bf6402 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,8 @@ missing
Makefile
autom4te.cache
cppunittests
-bashast.g
+libbash.g
+libbash.tokens
bashast.tokens
bashast/.DS_Store
bashast/*.ebuild
@@ -29,11 +30,12 @@ bashast/tmp/
bashast/tokens.png
bashastLexer.*
bashastParser.*
-bashwalker.g
-bashwalker.h
-bashwalker.c
-bashwalker.cpp
-bashwalker.tokens
+libbashLexer.*
+libbashParser.*
+libbashWalker.h
+libbashWalker.c
+libbashWalker.cpp
+libbashWalker.tokens
coding_standard/*.pdf
coding_standard/*.log
coding_standard/*.aux