sapling/.gitignore
Jun Wu fe7d598f49 setup: make GitHub export build
Summary:
I cloned the GitHub export and found it does not build. It's easy to fix so
let's do so.

Reviewed By: phillco

Differential Revision: D8772772

fbshipit-source-id: 8e86576175270b541c03803e7357a3f76d29e25a
2018-07-09 15:08:05 -07:00

83 lines
1.1 KiB
Plaintext

*.elc
*.tmp
*.orig
*.rej
*~
*.mergebackup
*.o
*.so
*.dll
*.exe
*.pyd
*.pyc
*.pyo
*.swp
*.prof
*.zip
.cargo/config
.shim/
tests/.coverage*
tests/.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
# Packaging sources
SOURCES/
# Build output
build/
debbuild/
rpmbuild/
# Rust libraries and extensions
Cargo.lock
target/
# Generated wheels
wheelhouse/
*.pc/
# hackable windows distribution additions
hg-python
hg.py