comparison .hgignore @ 352:3111d61151be

hgignore: ignore -local things in .shell.d
author Augie Fackler <raf@durin42.com>
date Mon, 10 Nov 2014 09:37:43 -0500
parents 5ce7678830fa
children 68a57a12c18b
comparison
equal deleted inserted replaced
351:bef29d49d19f 352:3111d61151be
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 \.elisp/settings/.*local.*\.el
16 \.shell.d/.*-local\.(ba|z)?sh
16 17
17 # No pid files 18 # No pid files
18 .*\.pid$ 19 .*\.pid$
19 20
20 #one-off file/directory exclusions 21 #one-off file/directory exclusions