.hgignore
author Brendan Cully <brendan@kublai.com>
Tue, 19 Aug 2008 15:36:03 -0700
changeset 6909 b5a6fce0bc29
parent 6551 4a064e1977f8
child 7439 7dd44ad43914
permissions -rw-r--r--
Use relative imports in inotify.server. Fixes an import failure I was getting under hgtk and hgweb: *** failed to import extension inotify: 'module' object has no attribute 'inotify'

syntax: glob

*.elc
*.orig
*.rej
*~
*.mergebackup
*.o
*.so
*.pyd
*.pyc
*.swp
*.prof
tests/.coverage*
tests/annotated
tests/*.err
build
contrib/hgsh/hgsh
dist
doc/*.[0-9]
doc/*.[0-9].gendoc.txt
doc/*.[0-9].{x,ht}ml
MANIFEST
patches
mercurial/__version__.py
Output/Mercurial-*.exe
.DS_Store
tags
cscope.*

syntax: regexp
^\.pc/