1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-15 23:10:11 -07:00

.gitignore

This commit is contained in:
Peter Antypas 2022-03-01 10:40:27 -08:00
parent 7bb94cf75c
commit 110426fb12
2 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
*.o *.o
*.d *.d
*.elf *.elf
*.bin
.DS_Store .DS_Store
*~ *~

View File

@ -1,11 +1,9 @@
*.o *.o
*.elf *.elf
*.bin
*.map *.map
*.hex *.hex
*~ *~
*.d *.d
Release Release
Debug Debug
/STM32L412-Debug/ /STM32L412-Debug/
@ -23,7 +21,6 @@ Debug
/L422-NewBreakouts* /L422-NewBreakouts*
/L432-LegacyBreakouts* /L432-LegacyBreakouts*
/L432-NewBreakouts* /L432-NewBreakouts*
/L422-Board11.0-NewBreakouts-Bootloader/ /L422-Board11.0-NewBreakouts-Bootloader/
/L422-Board11.0-LegacyBreakouts/ /L422-Board11.0-LegacyBreakouts/
/L422-Board11.0-LegacyBreakouts-Bootloader/ /L422-Board11.0-LegacyBreakouts-Bootloader/