sapling/.hgignore
Tony Tung 5d5892a422 update .hgignore
Summary: .idea is the CLion project directory.  .testtimes is dropped by the linter.

Test Plan: minimal

Reviewers: #fastmanifest, akushner

Reviewed By: akushner

Subscribers: mitrandir

Differential Revision: https://phabricator.intern.facebook.com/D3700563

Signature: t1:3700563:1471150982:79e96a7f8930c6417fa528375884d288ab661a6a
2016-08-15 11:43:02 -07:00

11 lines
95 B
Plaintext

syntax: regexp
\.pyc$
\.o$
\.so$
^build/
\.err$
^packages/
^tests/.testtimes$
.idea
.testtimes