From 7d9e8c8d89eb50b1d6fe13769ee3787d9993df81 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 Apr 2012 22:46:58 +1000 Subject: [PATCH] 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 --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8991d7ec6..da602d3434 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,8 @@ tags mav.log mav.log.raw status.txt - -/Tools/ArdupilotMegaPlanner/Msi/upload.bat \ No newline at end of file +/Tools/ArdupilotMegaPlanner/Msi/upload.bat +*.exe +*.dll +*.obj +*.zip