mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
529a376bb5
Problem: There is no automated way to setup a build environment. Solution: Use Vagrant to pull an Ubuntu image and install the same prerequisites used on Travis. Testing: Full build on my macintosh.
31 lines
282 B
Plaintext
31 lines
282 B
Plaintext
# Build outputs
|
|
*.o
|
|
*.d
|
|
lib*.so
|
|
lib*.so.*
|
|
*.a
|
|
build*/
|
|
.dep
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Eclipse
|
|
.metadata
|
|
.settings
|
|
.project
|
|
.cproject
|
|
.pydevproject
|
|
.gdbinit
|
|
|
|
# vsstudio code
|
|
.vscode
|
|
|
|
# vagrant
|
|
.vagrant
|
|
|
|
# libuavcan DSDL compiler default output directory
|
|
dsdlc_generated
|
|
|
|
# Log files
|
|
*.log
|