summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2015-09-18 22:13:44 (GMT)
committerBrett Cannon <brett@python.org>2015-09-18 22:13:44 (GMT)
commit7188a3efe07b9effdb760f3a96783f250214f0be (patch)
tree2b422749dfe46aab0afd16cb2cb017f428e23380 /.hgignore
parent4b363e270108edb2be306aad3da3140e64637641 (diff)
downloadcpython-7188a3efe07b9effdb760f3a96783f250214f0be.zip
cpython-7188a3efe07b9effdb760f3a96783f250214f0be.tar.gz
cpython-7188a3efe07b9effdb760f3a96783f250214f0be.tar.bz2
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 806e156..7f14dd6 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/*