From 3e8868c8b9d95bbc10fad015d8685be4493c9e3d Mon Sep 17 00:00:00 2001 From: Neehar Vijay Date: Sun, 20 Nov 2022 21:39:12 +0530 Subject: [PATCH] gitignore: add compile_commands.json This file is a compilation command database used by clangd and ccls, and can be generated by tools like https://github.com/rizsotto/Bear. $ bear -- make clean all --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 61b3638d..f215701d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .deps .dirstamp .cache +compile_commands.json tags cscope.* Makefile