From: Alper Date: Sun, 8 Jun 2025 16:55:12 +0000 (-0700) Subject: Add compile_commands.json to .gitignore (#135111) X-Git-Tag: v3.15.0a1~1354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aac22ea212849f8fffee9e05af7429c503d973ee;p=thirdparty%2FPython%2Fcpython.git Add compile_commands.json to .gitignore (#135111) --- diff --git a/.gitignore b/.gitignore index cdb0352e0a88..7aa6272cf8e3 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