.gitignore 333 B

123456789101112131415161718192021222324
  1. .classpath
  2. .gradle
  3. .project
  4. .settings
  5. bin
  6. build
  7. build.xml
  8. gen
  9. lint.xml
  10. local.properties
  11. proguard-project.txt
  12. project.properties
  13. # These are Android Studio files, might be worth including these later.
  14. *.iml
  15. .idea
  16. build.log
  17. build-log.xml
  18. /opencv/
  19. /android_all_sensors_driver/
  20. /android_camera_driver/
  21. /android_sensors_driver/
  22. *~
  23. *.log