mirror of https://github.com/ArduPilot/ardupilot
git: try to reduce the number of binary files added to the tree
our git tree has become far too large due to large exe, dll etc files. We can't fully get rid of the ones that are there, but this may discourage people from adding more
This commit is contained in:
parent
af86ae8cbf
commit
7d9e8c8d89
|
@ -26,5 +26,8 @@ tags
|
|||
mav.log
|
||||
mav.log.raw
|
||||
status.txt
|
||||
|
||||
/Tools/ArdupilotMegaPlanner/Msi/upload.bat
|
||||
/Tools/ArdupilotMegaPlanner/Msi/upload.bat
|
||||
*.exe
|
||||
*.dll
|
||||
*.obj
|
||||
*.zip
|
||||
|
|
Loading…
Reference in New Issue