mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
ab3a7cb21f
Summary: In preparation for merging fb-mercurial sources to the Eden repository, move everything from the top-level directory into an `eden/scm` subdirectory.
93 lines
1.3 KiB
Plaintext
93 lines
1.3 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
|
|
tests/testutil/getdb.py
|
|
contrib/chg/chg
|
|
contrib/chg/libchg.a
|
|
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].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
|
|
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/
|
|
rpmbuild/
|
|
|
|
# Rust libraries and extensions
|
|
Cargo.lock
|
|
target/
|
|
|
|
# Generated wheels
|
|
wheelhouse/
|
|
|
|
*.pc/
|
|
|
|
# hackable windows distribution additions
|
|
hg-python
|
|
hg.py
|
|
|
|
# mercurial binary
|
|
hg
|
|
|
|
# make-local Windows artifacts
|
|
hgrc.d
|
|
make.bat
|
|
mercurial.ini
|