Skip to content

Commit

Permalink
Correct ignore vswhere.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 23, 2018
1 parent 8fa7f87 commit da746a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ __pycache__/
Bin/
Build/
InstallFiles/
utils/vswhere.exe
utils/DXFiles.zip
utils/DXFiles/
!*.so
!*.dll
!*.exe
utils/vswhere.exe

2 comments on commit da746a5

@sbx320
Copy link
Member

@sbx320 sbx320 commented on da746a5 Jul 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is vswhere actually needed anymore, since it is now a part of the VS2017 installer?

@qaisjp
Copy link
Contributor Author

@qaisjp qaisjp commented on da746a5 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know

Please sign in to comment.