Mercurial > hg > xemacs-beta
comparison .hgignore @ 4342:4df309efe6fc
Drat. Hashmarks need to be escaped in .hgignore patterns.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 20 Dec 2007 02:58:07 -0800 |
parents | 2834fcbd1a92 |
children | 232d873b9705 |
comparison
equal
deleted
inserted
replaced
4341:5938003821ac | 4342:4df309efe6fc |
---|---|
4 \.o$ | 4 \.o$ |
5 \.elc$ | 5 \.elc$ |
6 ~$ | 6 ~$ |
7 \.orig$ | 7 \.orig$ |
8 \.rej$ | 8 \.rej$ |
9 (^|/)#[^/]*#$ | 9 (^|/)\#[^/]*\#$ |
10 (^|/).#[^/]*$ | 10 (^|/)\.\#[^/]*$ |
11 info/.*\.info(-[0-9]+)?$ | 11 info/.*\.info(-[0-9]+)?$ |
12 ^GNUmakefile$ | 12 ^GNUmakefile$ |
13 ^Installation$ | 13 ^Installation$ |
14 ^Makefile$ | 14 ^Makefile$ |
15 ^Makefile\.in$ | 15 ^Makefile\.in$ |