Add compile_commands.json to .gitignore (#135111)

This commit is contained in:
Alper 2025-06-08 09:55:12 -07:00 committed by GitHub
parent 254bdac711
commit aac22ea212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -131,6 +131,7 @@ Tools/unicode/data/
/autom4te.cache /autom4te.cache
/build/ /build/
/builddir/ /builddir/
/compile_commands.json
/config.cache /config.cache
/config.log /config.log
/config.status /config.status