Mercurial .hgignore for Android Studio projects
What files should be ignored in Mercurial when using Android Studio (1.0 RC4 Windows) for development? Creating new application project also creates .gitignore file. I have translated that to following .hgignore file syntax: glob .hgignore .gradle local.properties .idea/workspace.xml .idea/libraries .DS_Store build But when I do Add to VCS for my project, some files that are not in ignore list are not being added to Mercurial. Files left out are: .idea\.name .idea\compiler.xml .idea\copyright\profiles_settings.xml .idea\encodings.xml .idea\gradle.xml .idea\misc.xml .idea\modules.xml .idea