diff options
| author | azidar | 2015-02-24 09:40:02 -0800 |
|---|---|---|
| committer | azidar | 2015-02-24 09:40:02 -0800 |
| commit | 2353d640907a7b04477b06a5b3da6b7bbafc448d (patch) | |
| tree | 74d7d731eade1fba4763aa36bf4a9245c41df5d7 /.gitignore | |
| parent | 641af82f49d46ef8d4bb60129fd93dfe7d23e94c (diff) | |
Updated tests, and included a check for the name of the pass, which
allows the compiler to print after each pass to ease debugging
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,8 +10,10 @@ src/lib/stanzam src/*/__MACOSX src/main/stanza/firrtl-main utils/bin/firrtl -test/unit/Output -test/unit/*.out +test/passes/Output +test/passes/*/Output +test/passes/*.out +test/passes/*/*.out spec/spec.aux spec/spec.log spec/spec.pdf |
