summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2017-03-10 05:29:43 -0800
committerVictor Stinner <victor.stinner@gmail.com>2017-03-10 14:29:43 +0100
commit50da40fd5295c8ca75f7bbdc1009714680e99ac0 (patch)
tree69e82e6f42e91df14e80d20d432189b390a32a71 /.gitignore
parent9e6ac83acae31de2b072e665e177db9fcdf7c049 (diff)
downloadcpython-git-50da40fd5295c8ca75f7bbdc1009714680e99ac0.tar.gz
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9606f0f49e..8b54c2c486 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/*