changeset 279:0b718e51de16

hgignore: ignore machine-specific .elisp/settings/ files Just considers anything with local in the name to be machine specific, which is true for how I use have things configured.
author Augie Fackler <raf@durin42.com>
date Fri, 27 Apr 2012 16:53:15 -0500
parents c65cc71d7ba1
children a501ac24abd9
files .hgignore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -12,6 +12,7 @@ syntax:re
 
 # above RE fails to exclude history or machine-specific files
 ^\..*(?=history|machine).*
+\.elisp/settings/.*local.*\.el
 
 # No pid files
 .*\.pid$