Git: ignore test.ArduPlane, test.APMrover2

Remove redundant dataflash.bin and eeprom.bin which are already covered
by *.bin exclusion
This commit is contained in:
Randy Mackay 2014-03-16 10:48:54 +09:00
parent 6b5d27efbb
commit d92e7a99a2
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -46,11 +46,11 @@
/Tools/autotest/aircraft/Rascal/reset.xml
/Tools/autotest/jsbsim/fgout.xml
/Tools/autotest/jsbsim/rascal_test.xml
ArduCopter/dataflash.bin
ArduCopter/Debug/
ArduCopter/eeprom.bin
ArduCopter/test.ArduCopter/
ArduCopter/test/*
ArduPlane/test.ArduPlane/
APMrover2/test.APMrover2/
build
Build.ArduCopter/*
Build.ArduPlane/*