diff options
author | John Hodge <tpg@mutabah.net> | 2016-03-05 21:03:27 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-03-05 21:03:27 +0800 |
commit | 2e34ca9516343185c9beee0ed83e7be247812c28 (patch) | |
tree | c7cec0604c23340e40ddfef9aba56e1eb5c73f22 | |
parent | bc539dbc6f21cc3c5d12e0606f02421fc4eb06ad (diff) | |
download | mrust-2e34ca9516343185c9beee0ed83e7be247812c28.tar.gz |
gitignore - Hide generated files in bnf folder
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |