]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
.gitignore: Update to ignore .cache directory created by clangd and build directory...
authorCloudwalk <cloudwalk@icculus.org>
Fri, 24 Dec 2021 14:28:42 +0000 (09:28 -0500)
committerCloudwalk <cloudwalk@icculus.org>
Fri, 24 Dec 2021 14:28:42 +0000 (09:28 -0500)
.gitignore

index 360f4f995ddb09eb425983a8d99696284b96b966..cdb3c644c0153d9e334f2d0c2e6056f9400d2fb5 100644 (file)
@@ -24,3 +24,5 @@ Makefile.win
 .ccls-cache
 *.gch
 /.vs
+/build
+/.cache
\ No newline at end of file