From 990d3e41270036e933a436fe5102579c4aa05942 Mon Sep 17 00:00:00 2001 From: Robin Stephenson Date: Mon, 20 May 2019 16:40:37 +0100 Subject: [PATCH] ignore Emacs temp files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 32c2fec..89cb5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /venv* coverage-html dist +.#*