mirror of https://github.com/ArduPilot/ardupilot
14 lines
137 B
Plaintext
14 lines
137 B
Plaintext
|
syntax: glob
|
||
|
*.orig
|
||
|
*.swp
|
||
|
*.pyc
|
||
|
*.DS_Store
|
||
|
*~
|
||
|
*.log
|
||
|
MANIFEST
|
||
|
.coverage
|
||
|
nosetests.xml
|
||
|
syntax: regexp
|
||
|
(target|build|dist)/.*
|
||
|
|