summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-26 16:05:16 (GMT)
committerGitHub <noreply@github.com>2021-11-26 16:05:16 (GMT)
commit765b2a3ad2e8abf9a06d5e9b3802b575ec115d76 (patch)
treec8175db8241f35ee5fd46e9dc1fc65d050937334 /.gitignore
parent8caceb7a474bf32cddfd25fba25b531ff65f4365 (diff)
downloadcpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.zip
cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.gz
cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.bz2
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
The presence of frozen module headers in srcdir interfers with OOT build. Make considers headers in srcdir up to date, but later builds do not use VPATH to locate files. make clean now removes the headers, too. Also remove stale ``_bootstrap_python`` from .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cfd3163..0363244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,7 +60,6 @@ Lib/distutils/command/*.pdb
Lib/lib2to3/*.pickle
Lib/test/data/*
!Lib/test/data/README
-/_bootstrap_python
/Makefile
/Makefile.pre
Mac/Makefile