From: Cloudwalk Date: Fri, 24 Dec 2021 14:28:42 +0000 (-0500) Subject: .gitignore: Update to ignore .cache directory created by clangd and build directory... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7fabd73462146de1729bb3ce64a38ae706fd387e;p=xonotic%2Fdarkplaces.git .gitignore: Update to ignore .cache directory created by clangd and build directory for future cmake system --- 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