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:
Andrew Tridgell 2012-04-30 22:46:58 +10:00
parent ee20f887b5
commit 432b11e1f4

7
.gitignore vendored
View File

@ -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