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 af86ae8cbf
commit 7d9e8c8d89
1 changed files with 5 additions and 2 deletions

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