I am using android studio. While commiting my changes, one file gets modified automatically
modified: .idea/misc.xml
I don't want to add this file to my commit(Because it is autogenerated). I had added this to gitignore. But it still tracks. Is there any way to remove this file?