Skip to content

Commit 9a01aa5

Browse files
committed
feature: added gitignore
1 parent b41a541 commit 9a01aa5

File tree

11 files changed

+5
-194
lines changed

11 files changed

+5
-194
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.o
2+
*.elf
3+
*.bin
4+
*.lst
5+
stlink/

stm32f103/main.bin

-176 Bytes
Binary file not shown.

stm32f103/main.elf

-65 KB
Binary file not shown.

stm32f103/main.lst

Lines changed: 0 additions & 111 deletions
This file was deleted.

stm32f103/main.o

-1.09 KB
Binary file not shown.

stm32f103/startup.o

-1.13 KB
Binary file not shown.

stm32l152rc/main.bin

-32 Bytes
Binary file not shown.

stm32l152rc/main.elf

-64.8 KB
Binary file not shown.

stm32l152rc/main.lst

Lines changed: 0 additions & 83 deletions
This file was deleted.

stm32l152rc/main.o

-932 Bytes
Binary file not shown.

stm32l152rc/startup.o

-728 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)