comparison .hgignore @ 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 c28a1e2c746a
children 5e3ea3f497af
comparison
equal deleted inserted replaced
278:c65cc71d7ba1 279:0b718e51de16
10 ^\.python-eggs$ 10 ^\.python-eggs$
11 ^\.hgrc-[^/]+$ 11 ^\.hgrc-[^/]+$
12 12
13 # above RE fails to exclude history or machine-specific files 13 # above RE fails to exclude history or machine-specific files
14 ^\..*(?=history|machine).* 14 ^\..*(?=history|machine).*
15 \.elisp/settings/.*local.*\.el
15 16
16 # No pid files 17 # No pid files
17 .*\.pid$ 18 .*\.pid$
18 19
19 #one-off file/directory exclusions 20 #one-off file/directory exclusions