diff options
author | Brett Cannon <brett@python.org> | 2015-09-18 22:13:44 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2015-09-18 22:13:44 (GMT) |
commit | 7188a3efe07b9effdb760f3a96783f250214f0be (patch) | |
tree | 2b422749dfe46aab0afd16cb2cb017f428e23380 /.gitignore | |
parent | 4b363e270108edb2be306aad3da3140e64637641 (diff) | |
download | cpython-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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ *.rej *.swp *~ +*.gc?? +*.profclang? +*.profraw .gdb_history Doc/build/ Doc/venv/ |