sapling/.gitignore
Jun Wu 783b7ae902 windows: use MSYS binaries to support run-tests.py
Summary:
MSYS provides binaries that tests need so we no longer
depend on system binaries, which might be broken.

MSYS can provide `make.exe` to make `make local` working,
so we don't depend on other things to provide `make`.

As we're here, change `run-tests.py` to use the right Python
interpreter and escape Windows paths.

Reviewed By: phillco

Differential Revision: D9505926

fbshipit-source-id: f17e77dfc599069d4fe849057b7a198758c2dd42
2018-08-27 11:36:42 -07:00

85 lines
1.1 KiB
Plaintext

*.elc
*.tmp
*.orig
*.rej
*~
*.mergebackup
*.o
*.so
*.dll
*.exe
*.pdb
*.pyd
*.pyc
*.pyo
*.swp
*.prof
*.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
tests/htmlcov
tests/getdb.sh
contrib/chg/chg
contrib/hgsh/hgsh
contrib/vagrant/.vagrant
contrib/docker/debian-*
contrib/docker/ubuntu-*
dist
packages
doc/common.txt
doc/*.[0-9]
doc/*.[0-9].txt
doc/*.[0-9].gendoc.txt
doc/*.[0-9].{x,ht}ml
MANIFEST
MANIFEST.in
patches
mercurial/__modulepolicy__.py
mercurial/__version__.py
mercurial/hgpythonlib.h
mercurial.egg-info
.DS_Store
tags
cscope.*
.idea/
.asv/
i18n/hg.pot
mercurial/locale/*/LC_MESSAGES/hg.mo
hgext/__index__.py
hgext/clindex.c
hgext/extlib/linelog.c
hgext/patchrmdir.c
hgext/traceprof.cpp
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