From 583f8b761bb14b5fcf08285ff144ef528026e052 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Mon, 12 Jul 2021 13:40:11 +0200 Subject: [PATCH] Add some more files to .gitignore - `compile_commands.json`: clang compilation database - `.ccls-cache`: Cache directory for the ccls language server - `.clang-format`: clang formatting description --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 95c12e3..1cffa65 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ /python/dist /javascript/checksums.txt /javascript/checksums.txt.asc +/compile_commands.json +/.clang-format +.ccls-cache/ # Xcode build/