Add nuget(.exe) binary to .gitignore
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -12,6 +12,12 @@ obj
|
|||||||
*.lastcodeanalysissucceeded
|
*.lastcodeanalysissucceeded
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
|
|
||||||
|
# movies
|
||||||
|
*.vqa
|
||||||
|
|
||||||
|
# archives
|
||||||
|
*.mix
|
||||||
|
|
||||||
# binaries
|
# binaries
|
||||||
mods/*/*.dll
|
mods/*/*.dll
|
||||||
mods/*/*.mdb
|
mods/*/*.mdb
|
||||||
@@ -32,6 +38,7 @@ thirdparty/windows/freetype6.dll
|
|||||||
thirdparty/nunit*
|
thirdparty/nunit*
|
||||||
thirdparty/windows/SDL2.dll
|
thirdparty/windows/SDL2.dll
|
||||||
thirdparty/Mono.Nat.dll
|
thirdparty/Mono.Nat.dll
|
||||||
|
thirdparty/nuget.exe
|
||||||
|
|
||||||
# backup files by various editors
|
# backup files by various editors
|
||||||
*~
|
*~
|
||||||
@@ -71,6 +78,4 @@ StyleCopViolations.xml
|
|||||||
|
|
||||||
# SublimeText
|
# SublimeText
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
*.mix
|
|
||||||
*.vqa
|
|
||||||
Reference in New Issue
Block a user