From 00e1df749071a8190e49a232eb59c110f35f7d37 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Mon, 23 Sep 2024 03:10:09 +0200 Subject: [PATCH] feat(Template): Update .gitignore - Add ClangD cache Add direnv cache --- C_Template/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/C_Template/.gitignore b/C_Template/.gitignore index bd461b5..d31c05a 100644 --- a/C_Template/.gitignore +++ b/C_Template/.gitignore @@ -1,3 +1,9 @@ +# ClangD +.cache + +# Nix files +.direnv + # Prerequisites *.d @@ -68,6 +74,8 @@ compile_commands.json CTestTestfile.cmake _deps build/ +output/ + lib/ bin/ *.swp