mirror of https://github.com/ArduPilot/ardupilot
gitignore: add scripting repl
This commit is contained in:
parent
43763091bd
commit
bd8619a616
|
@ -125,11 +125,17 @@ way.txt
|
|||
*.wbproj
|
||||
segv_*out
|
||||
/scripts/
|
||||
/repl/
|
||||
/Rover/scripts/
|
||||
/Rover/repl/
|
||||
/AntennaTracker/scripts/
|
||||
/AntennaTracker/repl/
|
||||
/ArduCopter/scripts/
|
||||
/ArduCopter/repl/
|
||||
/ArduPlane/scripts/
|
||||
/ArduPlane/repl/
|
||||
/ArduSub/scripts/
|
||||
/ArduSub/repl/
|
||||
persistent.dat
|
||||
dumpstack_*out
|
||||
build.tmp.binaries/
|
||||
|
|
Loading…
Reference in New Issue