mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 16:20:35 +08:00
19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
# Build outputs
|
|
*.o
|
|
lib*.so
|
|
lib*.so.*
|
|
*.a
|
|
*/build
|
|
.dep
|
|
__pycache__
|
|
|
|
# Eclipse
|
|
.metadata/*
|
|
.settings/*
|
|
.project
|
|
.cproject
|
|
.pydevproject
|
|
|
|
# libuavcan DSDL compiler default output directory
|
|
dsdlc_generated
|