mirror of https://github.com/YosysHQ/yosys.git
Ignore emacs auto-save files.
This commit is contained in:
parent
8b42abee50
commit
98d2c9088a
|
@ -4,6 +4,7 @@
|
||||||
*.gch
|
*.gch
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
/.cproject
|
/.cproject
|
||||||
/.project
|
/.project
|
||||||
|
|
Loading…
Reference in New Issue