mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Better gitignore
This commit is contained in:
parent
a11ffe3c5c
commit
fd53f4ab1b
1 changed files with 3 additions and 9 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
*.gch
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.tmp
|
||||
*~
|
||||
__pycache__
|
||||
/.cproject
|
||||
|
@ -18,6 +19,7 @@ __pycache__
|
|||
/coverage.info
|
||||
/coverage_html
|
||||
/Makefile.conf
|
||||
/Brewfile.lock.json
|
||||
/viz.js
|
||||
/yosys
|
||||
/yosys.exe
|
||||
|
@ -45,16 +47,8 @@ __pycache__
|
|||
/tests/unit/bintest/
|
||||
/tests/unit/objtest/
|
||||
/tests/ystests
|
||||
/result
|
||||
|
||||
# Created during tests
|
||||
/tests/arch/quicklogic/pp3/run-test.mk
|
||||
/tests/arch/quicklogic/qlf_k6n10f/run-test.mk
|
||||
/tests/verilog/roundtrip_proc_1.v
|
||||
/tests/verilog/roundtrip_proc_2.v
|
||||
|
||||
# Ignore Brewfile locks
|
||||
Brewfile.lock.json
|
||||
|
||||
# Ignore tmp files
|
||||
*.tmp
|
||||
/result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue