]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - .gitignore
.gitignore: Update to ignore .cache directory created by clangd and build directory...
[xonotic/darkplaces.git] / .gitignore
index de9a5adfd2f1d4d7de1530503c9f74455de45f5a..cdb3c644c0153d9e334f2d0c2e6056f9400d2fb5 100644 (file)
@@ -1,3 +1,4 @@
+obj/
 *.d
 *.o
 *.i
@@ -18,3 +19,10 @@ Makefile.win
 *.dll
 *.dylib
 *.dSYM
+.vscode
+*.code-workspace
+.ccls-cache
+*.gch
+/.vs
+/build
+/.cache
\ No newline at end of file