summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2015-09-18 15:13:44 -0700
committerBrett Cannon <brett@python.org>2015-09-18 15:13:44 -0700
commit7188a3efe07b9effdb760f3a96783f250214f0be (patch)
tree2b422749dfe46aab0afd16cb2cb017f428e23380 /.hgignore
parent4b363e270108edb2be306aad3da3140e64637641 (diff)
downloadcpython-git-7188a3efe07b9effdb760f3a96783f250214f0be.tar.gz
Issue #24915: Add Clang support to PGO builds and use the test suite
for profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 806e15606e..7f14dd6311 100644
--- a/.hgignore
+++ b/.hgignore
@@ -50,6 +50,9 @@ libpython*.so*
*.pyd
*.cover
*~
+*.gc??
+*.profclang?
+*.profraw
Lib/distutils/command/*.pdb
Lib/lib2to3/*.pickle
Lib/test/data/*