]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - .gitignore
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / .gitignore
index cdb3c644c0153d9e334f2d0c2e6056f9400d2fb5..4c4c53c9aedc82d5ecf50e147a54518cae8cee0f 100644 (file)
@@ -3,6 +3,16 @@ obj/
 *.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
@@ -25,4 +35,9 @@ Makefile.win
 *.gch
 /.vs
 /build
-/.cache
\ No newline at end of file
+/.cache
+*.kdev4
+*.vcxproj.user
+*.pdb
+*.lib
+*.exp