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
commit5f6fd63f998e32bbe732fe7e9ac3d3de4841e37b (patch)
treebb228d4f210992a40f72db87cfc1b49a478679d1 /.hgignore
parent6184dd47c238f3bb6116c5f1e753dfa498e95859 (diff)
downloadcpython-5f6fd63f998e32bbe732fe7e9ac3d3de4841e37b.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/*