mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
5d6bed2814
these are needed for the latest PX4Firmware build
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
syntax: glob
|
|
*.orig
|
|
*.swp
|
|
*.pyc
|
|
*.DS_Store
|
|
*~
|
|
*.log
|
|
MANIFEST
|
|
.coverage
|
|
nosetests.xml
|
|
syntax: regexp
|
|
(target|build|dist)/.*
|
|
|