From 7b259845612bbe57b6d11628885678da0039d0fa Mon Sep 17 00:00:00 2001 From: "Guido L." Date: Fri, 2 Jan 2015 11:52:29 +0100 Subject: [PATCH] Add nuget(.exe) binary to .gitignore --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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