Files
PX4-Autopilot/.gitignore
T
Dixon, Scott 529a376bb5 Issue #141 Add Vagrantfile to automate dev environment
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.
2018-06-26 10:27:36 -07:00

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