mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 23:35:28 +00:00
Ignore err and log files
This commit is contained in:
parent
c8c97ea00b
commit
500997fec9
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
||||||
*.gch
|
*.gch
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
*.err
|
||||||
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
*~
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue