We've added *.suo
to the .gitignore
, but the file is still in the repo. If I delete it from the master, won't the file still be merged in from other commits?
This is added to our .gitignore
, but how do we remove the .suo
files completely from all branches and commits?
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates