Updated `.gitignore`.
1 files changed, 9 insertions(+), 1 deletions(-) M .gitignore
M .gitignore => .gitignore +9 -1
@@ 1,3 1,11 @@ +# Junk files +*.bak +*.swp +*~ +.DS_Store +._* + +# Firmware files *.hex *.bin -*.uf2> \ No newline at end of file +*.uf2