modified gitignore

This commit is contained in:
Wyatt J. Miller 2022-07-16 14:35:42 -04:00
parent 915ab96577
commit d4915e7e73

9
.gitignore vendored
View File

@ -4,6 +4,7 @@ CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
CMakeFiles/
cmake_install.cmake
pioasm/
### pico/board specific stuff ###
elf2uf2/
@ -16,3 +17,11 @@ Makefile
### rust lib stuff ###
libautobar/Cargo.lock
libautobar/target/
### every binary format ever ###
*.bin
*.dis
*.elf
*.elf.map
*.hex
*.uf2