.gitignore 766 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # ---> Eclipse
  2. *.pydevproject
  3. .metadata
  4. .gradle
  5. bin/
  6. tmp/
  7. *.tmp
  8. *.bak
  9. *.swp
  10. *~.nib
  11. local.properties
  12. .settings/
  13. .loadpath
  14. OZE_Main/Debug/
  15. OZE_Sensor/Debug/
  16. # Eclipse Core
  17. # External tool builders
  18. .externalToolBuilders/
  19. # Locally stored "Eclipse launch configurations"
  20. *.launch
  21. # CDT-specific
  22. # JDT-specific (Eclipse Java Development Tools)
  23. .classpath
  24. # Java annotation processor (APT)
  25. .factorypath
  26. # PDT-specific
  27. .buildpath
  28. # sbteclipse plugin
  29. .target
  30. # TeXlipse plugin
  31. .texlipse
  32. # ---> C
  33. # Object files
  34. *.o
  35. *.ko
  36. *.obj
  37. *.elf
  38. # Precompiled Headers
  39. *.gch
  40. *.pch
  41. # Libraries
  42. *.lib
  43. *.a
  44. *.la
  45. *.lo
  46. *.d
  47. *.o
  48. *.cyclo
  49. *.su
  50. # Shared objects (inc. Windows DLLs)
  51. *.dll
  52. *.so
  53. *.so.*
  54. *.dylib
  55. # Executables
  56. *.exe
  57. *.out
  58. *.app
  59. *.i*86
  60. *.x86_64
  61. *.hex
  62. # Debug files
  63. *.dSYM/