From ea63e8e9df4009cd3ba06cfa175db9c4c6b10a04 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Oct 2021 16:41:57 +1100 Subject: [PATCH] git: don't ignore bootloader bin files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fd52f4b51..23df282878 100644 --- a/.gitignore +++ b/.gitignore @@ -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