summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-03-05 21:03:27 +0800
committerJohn Hodge <tpg@mutabah.net>2016-03-05 21:03:27 +0800
commit2e34ca9516343185c9beee0ed83e7be247812c28 (patch)
treec7cec0604c23340e40ddfef9aba56e1eb5c73f22
parentbc539dbc6f21cc3c5d12e0606f02421fc4eb06ad (diff)
downloadmrust-2e34ca9516343185c9beee0ed83e7be247812c28.tar.gz
gitignore - Hide generated files in bnf folder
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7e77636e..4aad67b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,9 @@
/output
/bnf/*.o
-/bnf/.gen
+/bnf/*.dep
+/bnf/.gen/
+/bnf/output/
/bnf/.rust.y
/bnf/rust.lex.c
/bnf/rust.tab.c