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 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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