From 75c1ea09947dffab4788d0198520d4925d5ee2dd Mon Sep 17 00:00:00 2001 From: Karsten Lehmann Date: Fri, 28 Aug 2020 20:33:08 +0200 Subject: [PATCH] Added emacs temporary files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9061ee6..c3241a4 100644 --- a/.gitignore +++ b/.gitignore @@ -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.