3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 13:19:05 +00:00

Small gitignore fixes

This commit is contained in:
Akash Levy 2025-09-28 07:25:25 -07:00 committed by Lofty
parent 69770a844e
commit acf3a6606f

9
.gitignore vendored
View file

@ -1,6 +1,9 @@
## user config
/Makefile.conf
## homebrew
/Brewfile.lock.json
## build artifacts
# compiler intermediate files
*.o
@ -11,6 +14,12 @@
*.gcno
*.so.dSYM/
## test artifacts
**/run-test.mk
*.err
*.log
*.tmp
# compiler output files
/kernel/version_*.cc
/share