.gitignore 410 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. # generated files
  9. bin/
  10. gen/
  11. # Local configuration file (sdk path, etc)
  12. local.properties
  13. # Proguard folder generated by Eclipse
  14. proguard/
  15. # Intellij project files
  16. *.iml
  17. *.ipr
  18. *.iws
  19. .idea/
  20. # Ignore some folders
  21. target/
  22. build/
  23. .gradle/
  24. gen-external-apklibs/
  25. native/build
  26. native/build.o
  27. native/bind.o
  28. native/bind