sapling/.hgignore

50 lines
607 B
Plaintext
Raw Normal View History

syntax: glob
*.elc
*.orig
*.rej
*~
*.mergebackup
2006-05-23 20:33:09 +04:00
*.o
*.so
*.dll
*.pyd
*.pyc
*.pyo
*$py.class
*.swp
*.prof
\#*\#
.\#*
tests/.coverage*
tests/annotated
tests/*.err
build
2006-05-23 20:33:09 +04:00
contrib/hgsh/hgsh
dist
doc/*.[0-9]
2006-03-01 11:09:50 +03:00
doc/*.[0-9].gendoc.txt
doc/*.[0-9].{x,ht}ml
MANIFEST
patches
mercurial/__version__.py
2010-06-18 21:45:40 +04:00
mercurial.egg-info
Output/Mercurial-*.exe
.DS_Store
2007-12-25 18:48:43 +03:00
tags
cscope.*
i18n/hg.pot
locale/*/LC_MESSAGES/hg.mo
2009-01-24 03:47:36 +03:00
# files installed with a local --pure build
mercurial/base85.py
mercurial/bdiff.py
mercurial/diffhelpers.py
mercurial/mpatch.py
mercurial/osutil.py
mercurial/parsers.py
syntax: regexp
^\.pc/
2008-11-27 22:05:50 +03:00
^\.(pydev)?project