My .gitignore file seems to be being ignored by Git - could the .gitignore file be corrupt? Which file format, locale or culture does Git expect?>
.gitignore
If you are a Notepad++ user, try doing the following:
Open your .gitignore file using Notepad++ and do:
Menu Edit → EOL Conversion → Windows Format → Save.
Try using git status again and see if it works for you.
git status
I have posted the answer to a similar question here.