summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-09-23 13:23:40 +0800
committerJohn Hodge <tpg@mutabah.net>2015-09-23 13:23:40 +0800
commitfd0c758bcc492f5b25550e7d4a5d67dc90eeba6a (patch)
tree85063399453a8a04647724fab4a764c92c85542d /.gitignore
parent558ac2ad0ae0e9585f551525f98896cbe3a2a9b8 (diff)
downloadmrust-fd0c758bcc492f5b25550e7d4a5d67dc90eeba6a.tar.gz
BNF - Extended grammar with struct literal hack
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3c731915..8e7f5349 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,14 @@
/mrustc.depend
/mrustc.layout
/.obj
-*.swp
+*.gch
+*.gch.dep
+*.sw[po]
/output
-/bnf/*.c
-/bnf/*.h
-/bnf/*.output
+/bnf/.rust.y
+/bnf/rust.lex.c
+/bnf/rust.tab.c
+/bnf/rust.tab.h
+/bnf/rust.output
+/bnf/test.bin