sapling/eden/scm/.gitignore

96 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/.test*
tests/comprehensive/.test*
fb/tests/.test*
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
tests/testutil/getdb.py
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
!Makefile
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
edenscmnative/clindex.c
edenscmnative/linelog.c
edenscmnative/litemmap.c
edenscmnative/patchrmdir.c
edenscmnative/traceprof.cpp
# Build output
build
debbuild/
.pytype/
rpmbuild/
# Rust libraries and extensions
Cargo.lock
target/
# Generated wheels
wheelhouse/
*.pc/
# hackable windows distribution additions
hg-python
hg.py
# mercurial binary
hg
hg3
# make-local Windows artifacts
hgrc.d
make.bat
mercurial.ini