.gitignore 251 B

12345678910111213141516171819202122
  1. .classpath
  2. .gradle
  3. .project
  4. .settings
  5. bin
  6. build
  7. build.xml
  8. gen
  9. libs
  10. lint.xml
  11. local.properties
  12. proguard-project.txt
  13. project.properties
  14. *~
  15. *.swp
  16. # These are Android Studio files, might be worth including these later.
  17. *.iml
  18. .idea
  19. build.log
  20. build-log.xml