https://github.com/python/cpython/commit/aac22ea212849f8fffee9e05af7429c503d973ee commit: aac22ea212849f8fffee9e05af7429c503d973ee branch: main author: Alper <alperyo...@fb.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-06-08T17:55:12+01:00 summary:
Add compile_commands.json to .gitignore (#135111) files: M .gitignore diff --git a/.gitignore b/.gitignore index cdb0352e0a8836..7aa6272cf8e382 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,7 @@ Tools/unicode/data/ /autom4te.cache /build/ /builddir/ +/compile_commands.json /config.cache /config.log /config.status _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com