git: don't ignore bootloader bin files

This commit is contained in:
Andrew Tridgell 2021-10-05 16:41:57 +11:00 committed by Tom Pittenger
parent 402669f269
commit ea63e8e9df
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -15,8 +15,9 @@
/Tools/autotest/jsbsim_start_0.xml
/Tools/autotest/rover-ch7_mission.txt
/tmp/*
# Exclude all bins but allow font bins
# Exclude all bins but allow font bins and bootloaders
*.bin
!*_bl.bin
!font*.bin
*.d
*.dfu