From a2b09713749d535b7d2ca990111985a494c30da6 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 5 Dec 2020 12:18:38 +0100 Subject: [PATCH] filter bak and byte-compiled files and custom.el --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 709630d7..b988512f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +*.bak + +# Emacs +*.elc +custom.el + # cache files .cache/