diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2017-03-10 13:30:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-03-10 13:30:05 (GMT) |
commit | faaa80fb9887950e7068a9506e3517bcd6562ac2 (patch) | |
tree | 637ba55826cd4cba5cb6b1bfebad16bf46b7e25b /.gitignore | |
parent | d9b0b8f63c3db38dc547e0c115e9060f13f2dbcf (diff) | |
download | cpython-faaa80fb9887950e7068a9506e3517bcd6562ac2.zip cpython-faaa80fb9887950e7068a9506e3517bcd6562ac2.tar.gz cpython-faaa80fb9887950e7068a9506e3517bcd6562ac2.tar.bz2 |
Ignore Include/pydtrace_probes.h (#596)
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
@@ -18,6 +18,7 @@ .gdb_history Doc/build/ Doc/venv/ +Include/pydtrace_probes.h Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle Lib/test/data/* |