From 8a33835996021f9d5ab45bb26dd0bfdb4e943fe2 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 1 Jan 2021 16:51:56 +0000 Subject: [PATCH] .gitignore: Ignore second dir-locals-file. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 347367c..24bf913 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ # Byte-compiled Elisp *.elc +# ELPA files. /dash-autoloads.el /dash-pkg.el +# Personal customization. +.dir-locals-2.el + # ctags, etags. TAGS