git - Android studio cannot ignore gradle_project_sync_data.bin -


i have started move project android studio since google announced won't support eclipse anymore.

i have enabled version control, added remote , added git ignore file what should in .gitignore android studio project? , seems work fine apart 2 annoying files

build/intermediates/dex-cache/cache.xml build/intermediates/gradle_project_sync_data.bin

according git ignore both should ignored not

what doing wrong?

here gitignore

.gradle /local.properties /.idea/workspace.xml /.idea/libraries .ds_store /build /captures 


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -