I want to stop tracking .suo file in sourcetree. It was appearing in unstaged files so I right-clicked and selected 'Stop Tracking'. now this file is in staged files section. Also in Visual Studio it is showing as deleted.
Under staged in source tree when I right-click the Ignore option is disabled.
Note: I have also added *.suo in gitignore manually. This is a feature branch and the master branch still has .suo file. I want to keep it locally but remove from git.