mirror of https://github.com/YosysHQ/yosys.git
Add *.dwo files to .gitignore
These files are generated in `-gsplit-dwarf` builds, which provide faster linking.
This commit is contained in:
parent
beaae79e73
commit
3dd5262355
|
@ -1,5 +1,6 @@
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
|
*.dwo
|
||||||
.*.swp
|
.*.swp
|
||||||
*.gch
|
*.gch
|
||||||
*.gcda
|
*.gcda
|
||||||
|
|
Loading…
Reference in New Issue