From 17750b72b3d5578f486c4a13901f552a93b7cdb0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 3 Aug 2017 12:16:21 +0200 Subject: Ignore .elc files With lentic-mode, these are now created inside the repository --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea33edf..b1a76a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ *.zwc *.zwc.old .DS_Store +*.elc -- cgit 1.4.1