mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
initial version
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/build/
|
||||
/plugins/
|
||||
/.settings/
|
||||
*.o
|
||||
*.a
|
||||
*.lib
|
||||
/*.log
|
||||
/*.txlog
|
||||
/*.vcd
|
||||
/*.ftr
|
||||
/*.fst
|
||||
/.vs
|
||||
/out
|
||||
/coverage.info
|
||||
/output.txt
|
||||
/output.trc
|
||||
CMakeSettings.json
|
||||
/.venv
|
||||
/src-gen/
|
||||
/*.json
|
||||
/cfg.yaml
|
||||
/.direnv
|
||||
/.cache
|
||||
Reference in New Issue
Block a user