Merge pull request #7242 from LipkeGu/ignore_nuget

Add nuget(.exe) binary to .gitignore
This commit is contained in:
Oliver Brakmann
2015-01-02 12:22:57 +01:00

11
.gitignore vendored
View File

@@ -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
*.sublime-workspace