3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Ignore emacs auto-save files.

This commit is contained in:
Rasmus Munk Larsen 2023-09-29 13:26:22 -07:00 committed by Lofty
parent 8b42abee50
commit 98d2c9088a

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.gch *.gch
*.gcda *.gcda
*.gcno *.gcno
*~
__pycache__ __pycache__
/.cproject /.cproject
/.project /.project