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