comparison .hgignore @ 6042:2da5b19a6460

Merge with crew
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 06 Feb 2008 19:57:52 -0800
parents 5d0b94d3ad0c
children 4a064e1977f8
comparison
equal deleted inserted replaced
6041:dd714452c26e 6042:2da5b19a6460
2 2
3 *.elc 3 *.elc
4 *.orig 4 *.orig
5 *.rej 5 *.rej
6 *~ 6 *~
7 *.mergebackup
7 *.o 8 *.o
8 *.so 9 *.so
9 *.pyc 10 *.pyc
10 *.swp 11 *.swp
11 *.prof 12 *.prof
19 doc/*.[0-9].gendoc.txt 20 doc/*.[0-9].gendoc.txt
20 doc/*.[0-9].{x,ht}ml 21 doc/*.[0-9].{x,ht}ml
21 MANIFEST 22 MANIFEST
22 patches 23 patches
23 mercurial/__version__.py 24 mercurial/__version__.py
25 Output/Mercurial-*.exe
24 .DS_Store 26 .DS_Store
27 tags
28 cscope.*
25 29
26 syntax: regexp 30 syntax: regexp
27 ^\.pc/ 31 ^\.pc/
28 Output/Mercurial-[0-9.]*.exe