mirror of https://github.com/ArduPilot/ardupilot
Build: sort .gitignore alphabetically, add .bin
This commit is contained in:
parent
9095c6ab30
commit
3abdf14e51
|
@ -1,17 +1,26 @@
|
||||||
|
*.bin
|
||||||
|
*.d
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.lst
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.px4
|
||||||
|
*.pyc
|
||||||
|
*.tlog
|
||||||
|
*.tlog.raw
|
||||||
|
*.zip
|
||||||
|
.*.swo
|
||||||
|
.*.swp
|
||||||
|
.built
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.directory
|
||||||
|
.DS_Store
|
||||||
.metadata/
|
.metadata/
|
||||||
Tools/ArdupilotMegaPlanner/bin/Release/logs/
|
.settings/
|
||||||
ArduCopter/Debug/
|
.vagrant
|
||||||
ArduCopter/dataflash.bin
|
/tmp/*
|
||||||
ArduCopter/eeprom.bin
|
|
||||||
ArduCopter/test/*
|
|
||||||
config.mk
|
|
||||||
serialsent.raw
|
|
||||||
CMakeFiles
|
|
||||||
CMakeCache.txt
|
|
||||||
cmake_install.cmake
|
|
||||||
build
|
|
||||||
dataflash.bin
|
|
||||||
eeprom.bin
|
|
||||||
/Tools/ArdupilotMegaPlanner/3DRRadio/bin
|
/Tools/ArdupilotMegaPlanner/3DRRadio/bin
|
||||||
/Tools/ArdupilotMegaPlanner/3DRRadio/obj
|
/Tools/ArdupilotMegaPlanner/3DRRadio/obj
|
||||||
/Tools/ArdupilotMegaPlanner/APMPlannerXplanes/APMPlannerXplanes/Debug
|
/Tools/ArdupilotMegaPlanner/APMPlannerXplanes/APMPlannerXplanes/Debug
|
||||||
|
@ -19,40 +28,34 @@ eeprom.bin
|
||||||
/Tools/ArdupilotMegaPlanner/bin/APM Planner.app
|
/Tools/ArdupilotMegaPlanner/bin/APM Planner.app
|
||||||
/Tools/ArdupilotMegaPlanner/bin/Debug
|
/Tools/ArdupilotMegaPlanner/bin/Debug
|
||||||
/Tools/ArdupilotMegaPlanner/bin/Release/gmapcache
|
/Tools/ArdupilotMegaPlanner/bin/Release/gmapcache
|
||||||
|
/Tools/ArdupilotMegaPlanner/bin/Release/logs/
|
||||||
/Tools/ArdupilotMegaPlanner/CustomImages
|
/Tools/ArdupilotMegaPlanner/CustomImages
|
||||||
/Tools/ArdupilotMegaPlanner/Msi/upload.bat
|
/Tools/ArdupilotMegaPlanner/Msi/upload.bat
|
||||||
/Tools/ArdupilotMegaPlanner/obj
|
/Tools/ArdupilotMegaPlanner/obj
|
||||||
/Tools/ArdupilotMegaPlanner/resedit/bin
|
/Tools/ArdupilotMegaPlanner/resedit/bin
|
||||||
/Tools/ArdupilotMegaPlanner/resedit/obj
|
/Tools/ArdupilotMegaPlanner/resedit/obj
|
||||||
/Tools/ArdupilotMegaPlanner/Updater/obj
|
|
||||||
/Tools/ArdupilotMegaPlanner/Updater/bin
|
/Tools/ArdupilotMegaPlanner/Updater/bin
|
||||||
|
/Tools/ArdupilotMegaPlanner/Updater/obj
|
||||||
/Tools/ArdupilotMegaPlanner/wix/bin
|
/Tools/ArdupilotMegaPlanner/wix/bin
|
||||||
/Tools/ArdupilotMegaPlanner/wix/obj
|
/Tools/ArdupilotMegaPlanner/wix/obj
|
||||||
/Tools/autotest/ch7_mission.txt
|
/Tools/autotest/ch7_mission.txt
|
||||||
tags
|
ArduCopter/dataflash.bin
|
||||||
test.ArduCopter/*
|
ArduCopter/Debug/
|
||||||
/tmp/*
|
ArduCopter/eeprom.bin
|
||||||
*.o
|
ArduCopter/test/*
|
||||||
.*.swp
|
build
|
||||||
.*.swo
|
Build.Arducopter/*
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
config.mk
|
||||||
|
dataflash.bin
|
||||||
|
eeprom.bin
|
||||||
|
Make.dep
|
||||||
mav.log
|
mav.log
|
||||||
mav.log.raw
|
mav.log.raw
|
||||||
|
module.mk
|
||||||
|
serialsent.raw
|
||||||
status.txt
|
status.txt
|
||||||
*.exe
|
tags
|
||||||
*.dll
|
test.ArduCopter/*
|
||||||
*.obj
|
|
||||||
*.zip
|
|
||||||
*.pyc
|
|
||||||
Make.dep
|
|
||||||
.depend
|
|
||||||
.built
|
|
||||||
.context
|
|
||||||
*.lst
|
|
||||||
*.tlog
|
|
||||||
.DS_Store
|
|
||||||
.vagrant
|
|
||||||
*.tlog.raw
|
|
||||||
*.d
|
|
||||||
*.px4
|
|
||||||
.directory
|
|
||||||
.settings/
|
|
||||||
|
|
Loading…
Reference in New Issue