[NFC] Add tablegen_compile_commands.yml to .gitignore (#175687)

People may want to symlink the autogonerated
tablegen_compile_commands.yml into their source directories by analogy
with compile_commands.json, and so this commit given them similar
.gitignore treatment.
This commit is contained in:
Krzysztof Drewniak 2026-01-13 08:45:52 -08:00 committed by GitHub
parent d20f617ab8
commit 5cb4d32e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -47,6 +47,7 @@ cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
/compile_commands.json
/tablegen_compile_commands.yml
# Visual Studio built-in CMake configuration
/CMakeSettings.json
# CLion project configuration