ignoring files generated by eclipse for git
Oct
18
1
1
If you're developing in Eclipse, like I am for Android, and you use version control you're going to want to ignore the default project files that are generated by Eclipse. You should update your .gitignore with the following list:
.project .classpath .settings/ bin/