3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Better gitignore

This commit is contained in:
Akash Levy 2024-08-14 03:24:07 -07:00
parent a11ffe3c5c
commit fd53f4ab1b

12
.gitignore vendored
View file

@ -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