comparison test-data/mercurial.hgignore @ 269:7af843ecc378

Respect glob pattern with alternatives {a,b}
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 23 Aug 2011 23:47:38 +0200
parents
children
comparison
equal deleted inserted replaced
268:c5980f287cc4 269:7af843ecc378
1 syntax: glob
2
3 *.elc
4 *.orig
5 *.rej
6 *~
7 *.mergebackup
8 *.o
9 *.so
10 *.dll
11 *.pyd
12 *.pyc
13 *.pyo
14 *$py.class
15 *.swp
16 *.prof
17 \#*\#
18 .\#*
19 tests/.coverage*
20 tests/annotated
21 tests/*.err
22 build
23 contrib/hgsh/hgsh
24 dist
25 doc/*.[0-9]
26 doc/*.[0-9].gendoc.txt
27 doc/*.[0-9].{x,ht}ml
28 MANIFEST
29 patches
30 mercurial/__version__.py
31 mercurial.egg-info
32 Output/Mercurial-*.exe
33 .DS_Store
34 tags
35 cscope.*
36 i18n/hg.pot
37 locale/*/LC_MESSAGES/hg.mo
38
39 # files installed with a local --pure build
40 mercurial/base85.py
41 mercurial/bdiff.py
42 mercurial/diffhelpers.py
43 mercurial/mpatch.py
44 mercurial/osutil.py
45 mercurial/parsers.py
46
47 syntax: regexp
48 ^\.pc/
49 ^\.(pydev)?project