C# / Visual Studio:
Part of the installation of the WinSCP NuGet package includes adding WinSCP.exe to my project root. (While I'm not entirely happy with that location in my project, that's not my question). If I don't need to, I'd rather not have to include WinSCP.exe in my git repo - can I add this to the .ignore (as this will be added when NuGet packages are restored) or is it necessary to keep?
(summary - if I'm using WinSCP nuget package, can I safely tell git to ignore WinSCP.exe?)