Browse Source
remove vswhere.exe, which gets pulled down during build, and add to gitignore (#428)
pull/431/head
Zachary Danz
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
0 deletions
-
.gitignore
-
BIN
.tools/vswhere/2.5.2/vswhere.exe
|
|
@ -12,6 +12,9 @@ |
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio) |
|
|
|
*.userprefs |
|
|
|
|
|
|
|
# Tools pulled down during build |
|
|
|
.tools/ |
|
|
|
|
|
|
|
# Build results |
|
|
|
[Dd]ebug/ |
|
|
|
[Dd]ebugPublic/ |
|
|
|