From 5c793eb3c55e718b16b1edb1ce1f45c60e6c9c50 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 23 May 2024 11:53:00 -0400 Subject: [PATCH] gitignore: Add compile_commands.json Handy file that can be generated with bear, and allows clang-based LSP. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c2ac236e..6a6422379 100644 --- a/.gitignore +++ b/.gitignore @@ -183,6 +183,7 @@ android/test-ipc android/test-*.log android/test-*.trs +compile_commands.json cscope.in.out cscope.out cscope.po.out -- 2.47.3