sapling/.gitignore

92 lines
1.3 KiB
Plaintext
Raw Normal View History

*.elc
*.tmp
*.orig
*.rej
*~
*.mergebackup
2006-05-23 20:33:09 +04:00
*.o
*.so
*.dll
*.exe
*.pdb
*.pyd
*.pyc
*.pyo
*.swp
*.prof
2012-07-29 11:03:51 +04:00
*.zip
.cargo/config
.shim/
tests/.coverage*
tests/.testtimes*
tests/comprehensive/.testtimes*
fb/tests/.testtimes*
tests/.hypothesis
tests/hypothesis-generated
tests/annotated
tests/exceptions
tests/*.err
fb/tests/*.err
2012-01-11 18:38:31 +04:00
tests/htmlcov
tests/getdb.sh
2016-01-03 06:41:28 +03:00
contrib/chg/chg
contrib/chg/libchg.a
2006-05-23 20:33:09 +04:00
contrib/hgsh/hgsh
contrib/vagrant/.vagrant
contrib/docker/debian-*
contrib/docker/ubuntu-*
dist
packages
doc/common.txt
doc/*.[0-9]
doc/*.[0-9].txt
2006-03-01 11:09:50 +03:00
doc/*.[0-9].gendoc.txt
doc/*.[0-9].xml
doc/*.[0-9].html
MANIFEST
MANIFEST.in
patches
edenscm/mercurial/__modulepolicy__.py
edenscm/mercurial/__version__.py
edenscm/mercurial/hgpythonlib.h
edenscm/mercurial.egg-info
.DS_Store
2007-12-25 18:48:43 +03:00
tags
cscope.*
.idea/
.asv/
i18n/hg.pot
edenscm/mercurial/locale/*/LC_MESSAGES/hg.mo
edenscm/hgext/__index__.py
edenscm/hgext/clindex.c
edenscm/hgext/extlib/linelog.c
edenscm/hgext/patchrmdir.c
edenscm/hgext/traceprof.cpp
edenscm/hgext/extlib/litemmap.c
# Build output
build
debbuild/
rpmbuild/
# Rust libraries and extensions
Cargo.lock
target/
# Generated wheels
wheelhouse/
*.pc/
# hackable windows distribution additions
hg-python
hg.py
# rust binary
hg.rust
# make-local Windows artifacts
hgrc.d
make.bat
mercurial.ini