From ff821099ccc38127543bb4e5b1e6c86dadc1c347 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Nov 2019 01:26:30 -0500 Subject: [PATCH] ignore spacemacs tmp files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab77b2c..d88c825 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ app/data/catalogue.db GPATH GRTAGS GTAGS +.#* # Standard Python gitignore below # Created by https://www.gitignore.io/api/python