comparison .hgignore @ 595:74efd0a9c959

Update .hgignore, use globs where possible
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 19:36:30 +0200
parents 62666b542afe
children
comparison
equal deleted inserted replaced
594:67f0b8123854 595:74efd0a9c959
1 ^.*\.pyc$ 1 syntax: glob
2 ^.*~$ 2
3 /\..*\.swp$ 3 *.pyc
4 /\._[^/]*$ 4 *~
5 /\.~lock\..*#$ 5 .*.swp
6 /\.DS_Store$ 6 ._*
7 .DS_Store
8 .~lock.*#
9
10 syntax: regexp
11
7 ^dist/ 12 ^dist/
8 ^build/ 13 ^build/
9 ^.*\.egg-info/$ 14 ^docs/_build/
15 ^.*\.egg-info/