3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 21:19:30 +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 ## user config
/Makefile.conf /Makefile.conf
## homebrew
/Brewfile.lock.json
## build artifacts ## build artifacts
# compiler intermediate files # compiler intermediate files
*.o *.o
@ -11,6 +14,12 @@
*.gcno *.gcno
*.so.dSYM/ *.so.dSYM/
## test artifacts
**/run-test.mk
*.err
*.log
*.tmp
# compiler output files # compiler output files
/kernel/version_*.cc /kernel/version_*.cc
/share /share