diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
commit | 3fff6023602822531efdae30bc8ebf862967f1ef (patch) | |
tree | 16028102b8d850f8ab3115d28a8539ca6bc5f51d /VexRiscv/.gitignore |
Initial Commit
Diffstat (limited to 'VexRiscv/.gitignore')
-rw-r--r-- | VexRiscv/.gitignore | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/VexRiscv/.gitignore b/VexRiscv/.gitignore new file mode 100644 index 0000000..641c926 --- /dev/null +++ b/VexRiscv/.gitignore @@ -0,0 +1,54 @@ +*.class +*.log +*.bak +.*.swp + +# sbt specific +.cache/ +.history/ +.lib/ +dist/* +target +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies +.worksheet + +.idea +out + +# Eclipse +bin/ +.classpath +.project +.cproject +.settings +.cache-main + +#User +/*.vhd +/*.v +*.cf +*.json +*.vcd +*.fst* +!tester/src/test/resources/*.vhd +obj_dir +*.logTrace +*.yaml +*.memTrace +*.regTrace +*.debugTrace +*.tcl +*.o +*.bin +explor + +simWorkspace/ +tmp/ +/archive.tar.gz +*.out32 |