From 5cb4d32e3ddaa891bffc8fd215af985f154d264f Mon Sep 17 00:00:00 2001 From: Krzysztof Drewniak Date: Tue, 13 Jan 2026 08:45:52 -0800 Subject: [PATCH] [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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 113e2a203e1a..85b5caa16212 100644 --- a/.gitignore +++ b/.gitignore @@ -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