modified gitignore
This commit is contained in:
parent
915ab96577
commit
d4915e7e73
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user