From eb347cee5fa050b25313ec96ceac78f9bde69e93 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 2 Jan 2022 23:01:29 +0200 Subject: Add compile-command.json to .gitignore There are CMake LSP servers out there, so having a compile_commands.json in ECM dir could happen. Also happens if you're using a script that adds that file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4834c62c..84a05e2e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ CMakeLists.txt.user* *.unc-backup* __pycache__ .cmake/ +/compile_commands.json -- cgit v1.2.1