diff options
author | 2017-03-10 05:29:43 -0800 | |
---|---|---|
committer | 2017-03-10 14:29:43 +0100 | |
commit | 50da40fd5295c8ca75f7bbdc1009714680e99ac0 (patch) | |
tree | 69e82e6f42e91df14e80d20d432189b390a32a71 /.gitignore | |
parent | bpo-29773: Add more cases for testing string to float conversion errors. (#580) (diff) | |
download | cpython-50da40fd5295c8ca75f7bbdc1009714680e99ac0.tar.gz cpython-50da40fd5295c8ca75f7bbdc1009714680e99ac0.tar.bz2 cpython-50da40fd5295c8ca75f7bbdc1009714680e99ac0.zip |
Ignore Include/pydtrace_probes.h (#597)
This is a generated file when --with-dtrace is passed. This entry is
present in .hgignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9606f0f49ea..8b54c2c4861 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ .gdb_history Doc/build/ Doc/venv/ +Include/pydtrace_probes.h Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle Lib/test/data/* |