sapling/.hgignore
Durham Goode d633ef7216 arc: update config to work with external phabricator
Summary:
Let's switch to upstream phabricator for our code reviews. We keep the
internal configs around, and they can be accessed by swapping the .arcconfig
symlink if necessary.

Test Plan: hgarc lint, hgarc unit, hgarc diff

Reviewers: sid0, mitrandir, quark

Reviewed By: mitrandir, quark

Differential Revision: https://hg-phab.durin42.com/D1
2017-06-29 13:42:07 -07:00

21 lines
284 B
Plaintext

syntax: regexp
^\.arcconfig
\.pyc$
\.o$
\.so$
\.err$
^build/
^.*\.egg-info/
^packages/
^dist/
^tests/getdb\.sh
^tests/report\.json
.idea
.testtimes*
^hgext3rd/.*\.c$
^hgext3rd/traceprof\.c.*$
^cdatapack/cdatapack_dump$
subinclude:cfastmanifest/.hgignore
subinclude:linelog/.hgignore