From 4ef707e94155d31f97bc921aef0633a6786d9b9e Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Tue, 6 Jul 2021 17:22:55 +0800 Subject: [PATCH] add compile_commands.json to gitignore Apparently ccls needs it to work, and it's usually located in project root. I symlinked it from the build folder and now I should put it in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c77f2fee..42b4ba06 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ subprojects/reproc lite-xl error.txt .ccls-cache +compile_commands.json