X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=.gitignore;h=a1bdf5c01f848ef395a17e1802d1682c49e43d4b;hb=HEAD;hp=de9a5adfd2f1d4d7de1530503c9f74455de45f5a;hpb=4c0f7f2923c1028a423b74103660a600045eccf3;p=xonotic%2Fdarkplaces.git diff --git a/.gitignore b/.gitignore index de9a5adf..4c4c53c9 100644 --- a/.gitignore +++ b/.gitignore @@ -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