3
0
Fork 0
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:
Akash Levy 2025-02-13 19:40:40 -08:00
parent c8c97ea00b
commit 500997fec9

2
.gitignore vendored
View file

@ -5,6 +5,8 @@
*.gch *.gch
*.gcda *.gcda
*.gcno *.gcno
*.err
*.log
*.tmp *.tmp
*~ *~
__pycache__ __pycache__