mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
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
ee20f887b5
commit
432b11e1f4
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
Block a user