GIT - Cleaning ignored file when .gitignore added after changes
# Remove the files from the index (not the actual files in the working copy)
$ gitrm-r--cached.# Add these removals to the Staging Area...
$ gitadd.# ...and commit them!
$ git commit -m"Clean up ignored files"