.gitignore 338 B

1234567891011121314151617181920212223242526
  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. # These are Android Studio files, might be worth including these later.
  15. *.iml
  16. .idea
  17. build.log
  18. build-log.xml
  19. /opencv/
  20. /android_all_sensors_driver/
  21. /android_camera_driver/
  22. /android_sensors_driver/
  23. *~
  24. *.log