Skip to content

Commit

Permalink
Streamlined .gitignore across branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Dec 26, 2023
1 parent 3e7305d commit 206a190
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 206a190

Please sign in to comment.