Skip to content

Commit 6dbc1c4

Browse files
committed
Adding .gitignore that got lost during creation.
1 parent 8a04e76 commit 6dbc1c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*.o
2+
*.elf
3+
*.lst
4+
*.map
5+
*.sym
6+
*.lss
7+
*.eep
8+
*.srec
9+
*.bin
10+
*.hex
11+
*.al
12+
*.i
13+
*.s
14+
*~
15+
config.h
16+

0 commit comments

Comments
 (0)