https://github.com/python/cpython/commit/aac22ea212849f8fffee9e05af7429c503d973ee commit: aac22ea212849f8fffee9e05af7429c503d973ee branch: main author: Alper <[email protected]> committer: AA-Turner <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
