hgbook

diff .hgignore @ 167:e67251ac336f

Small portability change. "grep -P" doesn't work on Debian.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 27 01:15:34 2007 -0500 (2007-03-27)
parents 65f6f9d18fa1
children c54f4c106fd5
line diff
     1.1 --- a/.hgignore	Tue Mar 06 21:55:48 2007 -0800
     1.2 +++ b/.hgignore	Tue Mar 27 01:15:34 2007 -0500
     1.3 @@ -1,5 +1,6 @@
     1.4 -\bauto/
     1.5 -\bhtml/
     1.6 +[^/]+/auto/
     1.7 +[^/]+/dist/
     1.8 +[^/]+/html/
     1.9  
    1.10  syntax: glob
    1.11