diff options
author | Matt Turner <mattst88@gmail.com> | 2011-08-06 13:59:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-06 13:59:12 -0400 |
commit | e84cf30f6f08d487d194c20810719db8cd8b603d (patch) | |
tree | 1a7338cc5cf61e12dbfc7d90c06909ed1c4eb929 /.gitignore | |
parent | 8e9bd1f12674f3a76a19bb0f07231e4adba0e95d (diff) |
Add bison and flex generated files to .gitignore
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,3 +76,6 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # +src/laygram.c +src/laygram.h +src/laylex.c |