.hgignore
68 lines
| 815 B
| text/plain
|
TextLexer
|
r1270 | syntax: glob | ||
*.elc | ||||
|
r19991 | *.tmp | ||
|
r1270 | *.orig | ||
*.rej | ||||
*~ | ||||
|
r5019 | *.mergebackup | ||
|
r2341 | *.o | ||
|
r1270 | *.so | ||
|
r13643 | *.dll | ||
|
r17115 | *.exe | ||
|
r6551 | *.pyd | ||
|
r1270 | *.pyc | ||
|
r13346 | *.pyo | ||
*$py.class | ||||
|
r1270 | *.swp | ||
*.prof | ||||
|
r17274 | *.zip | ||
|
r8147 | \#*\# | ||
.\#* | ||||
|
r2068 | tests/.coverage* | ||
|
r27634 | tests/.testtimes* | ||
|
r28255 | tests/.hypothesis | ||
tests/hypothesis-generated | ||||
|
r2151 | tests/annotated | ||
|
r35191 | tests/exceptions | ||
|
r1270 | tests/*.err | ||
|
r15859 | tests/htmlcov | ||
|
r1270 | build | ||
|
r28061 | contrib/chg/chg | ||
|
r2341 | contrib/hgsh/hgsh | ||
|
r21874 | contrib/vagrant/.vagrant | ||
|
r1270 | dist | ||
|
r21560 | packages | ||
|
r19426 | doc/common.txt | ||
|
r1270 | doc/*.[0-9] | ||
|
r19426 | doc/*.[0-9].txt | ||
|
r1817 | doc/*.[0-9].gendoc.txt | ||
|
r1270 | doc/*.[0-9].{x,ht}ml | ||
MANIFEST | ||||
|
r14560 | MANIFEST.in | ||
|
r1270 | patches | ||
|
r28430 | mercurial/__modulepolicy__.py | ||
|
r1270 | mercurial/__version__.py | ||
|
r17732 | mercurial/hgpythonlib.h | ||
|
r11380 | mercurial.egg-info | ||
|
r2987 | .DS_Store | ||
|
r5693 | tags | ||
cscope.* | ||||
|
r22945 | .idea/* | ||
|
r30406 | .asv/* | ||
|
r7648 | i18n/hg.pot | ||
|
r7649 | locale/*/LC_MESSAGES/hg.mo | ||
|
r14538 | hgext/__index__.py | ||
|
r1270 | |||
|
r35587 | rust/target/ | ||
|
r32080 | # Generated wheels | ||
wheelhouse/ | ||||
|
r1270 | syntax: regexp | ||
|
r794 | ^\.pc/ | ||
|
r7439 | ^\.(pydev)?project | ||
|
r15702 | |||
# hackable windows distribution additions | ||||
|
r16537 | ^hg-python | ||
|
r15702 | ^hg.py$ | ||