I'm doing a git status and I have the following file that shows up in the "Changes not staged for commit"
/GTCS/External Assemblies/Alstom.ApplicationBroker.Toolkit.dll
So I added the exact text above to the .gitignore file.
But it still shows up in the Changes not staged for commit when I do a git status.
I think it is because of the space in the folder name External Assemblies or maybe the fact that I placed a forward slash at the beginning?
I tried putting a backwards slash immediately after the word External but that does not work. Always appears as not staged.