]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - .gitignore
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / .gitignore
index de9a5adfd2f1d4d7de1530503c9f74455de45f5a..4c4c53c9aedc82d5ecf50e147a54518cae8cee0f 100644 (file)
@@ -1,7 +1,18 @@
+obj/
 *.d
 *.o
 *.i
 *.s
+
+# MSVC build objects
+Debug-darkplaces-sdl2-vs*/
+Release-darkplaces-sdl2-vs*/
+*.obj
+*.tlog
+# MSVC NuGet packages, VS downloads them automatically.
+# Other platforms also provide SDL2 headers rather than storing old ones here.
+packages/
+
 ChangeLog
 darkplaces-agl
 darkplaces-glx
@@ -18,3 +29,15 @@ Makefile.win
 *.dll
 *.dylib
 *.dSYM
+.vscode
+*.code-workspace
+.ccls-cache
+*.gch
+/.vs
+/build
+/.cache
+*.kdev4
+*.vcxproj.user
+*.pdb
+*.lib
+*.exp