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
parent
commit
08f326c6e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore
  2. BIN
      .tools/vswhere/2.5.2/vswhere.exe

3
.gitignore

@ -12,6 +12,9 @@
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Tools pulled down during build
.tools/
# Build results
[Dd]ebug/
[Dd]ebugPublic/

BIN
.tools/vswhere/2.5.2/vswhere.exe

Loading…
Cancel
Save