.gitignore 408 B

1234567891011121314151617181920212223242526272829303132333435
  1. # built application files
  2. *.apk
  3. *.ap_
  4. # files for the dex VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. *.orig
  9. # generated files
  10. bin/
  11. gen/
  12. # Local configuration file (sdk path, etc)
  13. local.properties
  14. # Proguard folder generated by Eclipse
  15. proguard/
  16. # Intellij project files
  17. *.iml
  18. *.ipr
  19. *.iws
  20. .idea/
  21. # Ignore some folders
  22. target/
  23. build/
  24. .gradle/
  25. gen-external-apklibs/
  26. native/build
  27. native/build.o
  28. /javadoc.xml
  29. /doc