From c19eeaabcf9e1dcdc5da7d302b50e743ebd22f0c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 8 Sep 2009 14:53:31 +0200 Subject: [PATCH] Ignore emacs dir-locals. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 4e721bf2c..95e208aa7 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ .*\.pyc .*\.egg .*\.so +.dir-locals.el \.DS_Store$ ^build/ ^dist/