Added emacs temporary files to gitignore

This commit is contained in:
Karsten Lehmann
2020-08-28 20:33:08 +02:00
parent b0d57d3a02
commit 75c1ea0994

4
.gitignore vendored
View File

@@ -95,6 +95,10 @@ share/python-wheels/
*.egg
MANIFEST
# Emacs temporary files
*#*#
*.#*
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.