From 4b77a68f47f3c19109324c2ccb3a898a8334056f Mon Sep 17 00:00:00 2001 From: Hermann von Kleist Date: Mon, 3 Apr 2023 13:38:13 +0200 Subject: [PATCH] Add build and .cache to .gitignore build is commonly used with CMake (default build dir in VS code) .cache is used by clangd --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 29daf6a..b3f7949 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,10 @@ cmake_install.cmake install_manifest.txt *.cmake #Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore +build Testing compile_commands.json +.cache .usages_clang *.crt