We have a repo. A coworker check in a folder in linux. I want to check it out in Windows. There are some filenames(e.g. ABC::DEF.3pm.gz) what Windows doesn't. It fail when I run
git pull origin
Is there a way to ignore this folder?
I've tried put this folder in .gitignore and it doesn't work as this folder's already in repo.