Android Studio .gitignore file works in Mac OS X but not in Windows 7

461 views Asked by At

I am using this .gitignore file in Mac OS X for my Android Studio project:

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build

That works just fine there, but I have started using a Windows based machine where it seems this gitignore file is being ignored:

Files not ignored

Any ideas why this is happening?

I have tried to modify forward slashes for back slashes, as Windows and Mac OS X represent paths in different ways, but it didn't work.

Thanks for your help.

0

There are 0 answers