Remove git files with globbingA simple trick. If you want to remove all the ‘.swp’ files from a git repository, just use:1 git rm --cached '**.swp'