diff --git a/.gitignore b/.gitignore index 4f26bae68f..3d372d7225 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,12 @@ obj *.lastcodeanalysissucceeded _ReSharper.*/ +# movies +*.vqa + +# archives +*.mix + # binaries mods/*/*.dll mods/*/*.mdb @@ -32,6 +38,7 @@ thirdparty/windows/freetype6.dll thirdparty/nunit* thirdparty/windows/SDL2.dll thirdparty/Mono.Nat.dll +thirdparty/nuget.exe # backup files by various editors *~ @@ -71,6 +78,4 @@ StyleCopViolations.xml # SublimeText *.sublime-project -*.sublime-workspace -*.mix -*.vqa \ No newline at end of file +*.sublime-workspace \ No newline at end of file