I/m using egit plugin in latest ADT. Although I set proper .ignore file in github, and set ignore in egit menu, the directories I wanna igore are still committed to github.Is there sth. wrong in my project configure?
.gitignore in github/Myproject:
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
.gitignore in local/Myproject/3.9/:
/gen
/bin