.gitignore 600 B

12345678910111213141516171819202122232425262728293031323334
  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. target/
  12. # Local configuration files (sdk path, etc)
  13. local.properties
  14. oc_workaround/local.properties
  15. oc_framework/local.properties
  16. oc_framework-test-project/local.properties
  17. tests/local.properties
  18. # Mac .DS_Store files
  19. .DS_Store
  20. # Proguard README
  21. proguard-project.txt
  22. oc_workaround/proguard-project.txt
  23. oc_framework/proguard-project.txt
  24. oc_framework-test-project/proguard-project.txt
  25. tests/proguard-project.txt
  26. # Should not be commited inside this repo:
  27. actionbarsherlock/