12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- # ---> Eclipse
- .metadata
- .gradle
- bin/
- tmp/
- local.properties
- .settings/
- .loadpath
- OZE_Main/Debug/
- OZE_Sensor/Debug/
- # Eclipse Core
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- # CDT-specific
- # JDT-specific (Eclipse Java Development Tools)
- .classpath
- # Java annotation processor (APT)
- .factorypath
- # PDT-specific
- .buildpath
- # sbteclipse plugin
- .target
- # TeXlipse plugin
- .texlipse
- # ---> C
- # Object files
- # Precompiled Headers
- # Libraries
- # Shared objects (inc. Windows DLLs)
- # Executables
- # Debug files
|