From 206a190707228ed78e58e48e174c31ee1b679b55 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Tue, 26 Dec 2023 19:20:07 +0800 Subject: [PATCH] Streamlined .gitignore across branches --- .gitignore | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 43d058cb..8dc3d39f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,22 @@ .gitignore .gitattributes .DS_Store -arduino.sh -due.sh -due_bsb.sh -due_pps.sh -esp32.sh -build/ -BSB_lan_config.h -BSB_lan_custom.h -BSB_lan_custom_defs.h -conv-bf-log.pl nohup.out -src/BSB/BSBSoftwareSerial.cpp.old -src/BSB/BSBSoftwareSerial.h.old -*.txt -*.csv +build/ +BSB_LAN/BSB_LAN_config.h +BSB_LAN/BSB_LAN_custom_global.h +BSB_LAN/BSB_LAN_custom_setup.h +BSB_LAN/BSB_LAN_custom.h +BSB_LAN/BSB_LAN_custom_defs.h +BSB_LAN/localization/*.csv +BSB_LAN/localization/conv-csv.pl +defs-brute-force-*.h +*.old *.bak *.temp -BSB_LAN/scripts/old -BSB_LAN/scripts/intern/ +*.tmp +/BSB_LAN/scripts/intern +/BSB_LAN/scripts/old +/BSB_LAN/scripts/*.sh +/BSB_LAN/scripts/*.txt +/BSB_LAN/scripts/*.csv