mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 21:19:30 +00:00
Small gitignore fixes
This commit is contained in:
parent
69770a844e
commit
acf3a6606f
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue