Browse Source

git: don't ignore bootloader bin files

gps-1.3.1
Andrew Tridgell 3 years ago committed by Tom Pittenger
parent
commit
ea63e8e9df
  1. 3
      .gitignore

3
.gitignore vendored

@ -15,8 +15,9 @@ @@ -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

Loading…
Cancel
Save