I made some changes to the code and pushed to a new branch.
Then I accidentally added a directory in another directory that is set to be ignored and committed an amendment to my last push.
This is not what I wanted to do. I actually meant to move the files to another directory then do the commit and push.
However, when I went to pull from master to get a clean copy, I found that all these files are now in conflict on my local machine. How do I remove them from git so there isn't this conflict?