mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +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
|
*.gch
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
*.tmp
|
||||||
*~
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
/.cproject
|
/.cproject
|
||||||
|
@ -18,6 +19,7 @@ __pycache__
|
||||||
/coverage.info
|
/coverage.info
|
||||||
/coverage_html
|
/coverage_html
|
||||||
/Makefile.conf
|
/Makefile.conf
|
||||||
|
/Brewfile.lock.json
|
||||||
/viz.js
|
/viz.js
|
||||||
/yosys
|
/yosys
|
||||||
/yosys.exe
|
/yosys.exe
|
||||||
|
@ -45,16 +47,8 @@ __pycache__
|
||||||
/tests/unit/bintest/
|
/tests/unit/bintest/
|
||||||
/tests/unit/objtest/
|
/tests/unit/objtest/
|
||||||
/tests/ystests
|
/tests/ystests
|
||||||
/result
|
|
||||||
|
|
||||||
# Created during tests
|
|
||||||
/tests/arch/quicklogic/pp3/run-test.mk
|
/tests/arch/quicklogic/pp3/run-test.mk
|
||||||
/tests/arch/quicklogic/qlf_k6n10f/run-test.mk
|
/tests/arch/quicklogic/qlf_k6n10f/run-test.mk
|
||||||
/tests/verilog/roundtrip_proc_1.v
|
/tests/verilog/roundtrip_proc_1.v
|
||||||
/tests/verilog/roundtrip_proc_2.v
|
/tests/verilog/roundtrip_proc_2.v
|
||||||
|
/result
|
||||||
# Ignore Brewfile locks
|
|
||||||
Brewfile.lock.json
|
|
||||||
|
|
||||||
# Ignore tmp files
|
|
||||||
*.tmp
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue