diff options
| author | Jack | 2015-10-02 14:57:46 -0700 |
|---|---|---|
| committer | Jack | 2015-10-02 14:57:46 -0700 |
| commit | 0b5250463506d86b490ea76d6547c5786d7e5f58 (patch) | |
| tree | 4d73a9178b14723788a39882d013ccdcfbe4c2df /.gitignore | |
| parent | 0a9cc3d72fa2c6f19385efa8350f232e2e9faf10 (diff) | |
Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. AST -> String). Uses ANTLRv4 to generate concrete syntax parser
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -29,7 +29,14 @@ spec/spec.toc spec/spec.out spec/spec.synctex.gz notes/*.docx -build.sbt -target -project -src/main/scala + +# sbt specific +.cache +.history +.lib/ +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ |
