From 26a22fe55168b999ebcd17fea2febefd4c1823c9 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Dec 2020 08:55:08 +0100 Subject: [PATCH] Ignore temporary flycheck files Not that we accidentally add them to the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aaed92c..5c74323 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /transient/ /dired-history /sandbox/.emacs.d +/flycheck_init.el