From: Robson Roberto Souza Peixoto Date: Fri, 4 Nov 2016 12:57:41 +0000 (-0300) Subject: Add .dir-locals.el X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3081a7059a5973fa31a13c5d5f4317fe667500d4;p=gitignore.git Add .dir-locals.el Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html --- diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 0c96c9ad..3ac7904d 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -39,4 +39,7 @@ flycheck_*.el /server/ # projectiles files -.projectile \ No newline at end of file +.projectile + +# directory configuration +.dir-locals.el