From 751f03a53a754c78b2a714069044ca433201b6dd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Jun 2015 13:36:46 -0700 Subject: [PATCH] ignore .dir-locals.el by default (if you really need it just git add it?) --- dotfiles/gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/gitignore b/dotfiles/gitignore index 36f4e4f8..ba6724b7 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -31,4 +31,5 @@ dotfiles/pip/cache .tern-port dotfiles/config/configstore/ -dotfiles/pip/pip.log \ No newline at end of file +dotfiles/pip/pip.log +.dir-locals.el \ No newline at end of file