mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
25 lines
237 B
Plaintext
25 lines
237 B
Plaintext
# Build outputs
|
|
*.o
|
|
*.d
|
|
lib*.so
|
|
lib*.so.*
|
|
*.a
|
|
build*/
|
|
.dep
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Eclipse
|
|
.metadata
|
|
.settings
|
|
.project
|
|
.cproject
|
|
.pydevproject
|
|
.gdbinit
|
|
|
|
# libuavcan DSDL compiler default output directory
|
|
dsdlc_generated
|
|
|
|
# Log files
|
|
*.log
|