.gitignore 726 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. build/
  11. *.iml
  12. gen/
  13. target/
  14. # Local configuration files (sdk path, etc)
  15. local.properties
  16. oc_workaround/local.properties
  17. oc_framework/local.properties
  18. oc_framework-test-project/local.properties
  19. tests/local.properties
  20. # Mac .DS_Store files
  21. .DS_Store
  22. # Proguard README
  23. proguard-project.txt
  24. oc_workaround/proguard-project.txt
  25. oc_framework/proguard-project.txt
  26. oc_framework-test-project/proguard-project.txt
  27. tests/proguard-project.txt
  28. # Android Studio and Gradle specific entries
  29. .gradle
  30. .idea
  31. *.iml
  32. build
  33. # Actionbarsherlock is now ignored since scripts takes care of init the sub-modules.
  34. actionbarsherlock