From 7fabd73462146de1729bb3ce64a38ae706fd387e Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Fri, 24 Dec 2021 09:28:42 -0500 Subject: [PATCH 1/1] .gitignore: Update to ignore .cache directory created by clangd and build directory for future cmake system --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 360f4f99..cdb3c644 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ Makefile.win .ccls-cache *.gch /.vs +/build +/.cache \ No newline at end of file -- 2.39.2