From ba405dae362987660b38dc33471aef4b9a5d54e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 20 Nov 2015 11:58:21 -0800 Subject: [git] update gitignore Ignore the '.dir-locals.el' files. --- gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitignore') diff --git a/gitignore b/gitignore index 4bf4b03..2715fa3 100644 --- a/gitignore +++ b/gitignore @@ -1,4 +1,6 @@ +# osx stuff .DS_Store +# ide .idea *.iml /env/* @@ -8,4 +10,6 @@ # ctags stuff TAGS tags +# emacs stuff .projectile +.dir-locals.el -- cgit 1.4.1