Skip to content

Commit b3683ab

Browse files
committed
Add gitignore file
1 parent 50d5420 commit b3683ab

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Compiled Sources
2+
###################
3+
*.o
4+
*.a
5+
*.elf
6+
*.bin
7+
*.map
8+
*.hex
9+
*.dis
10+
11+
# Packages
12+
############
13+
14+
# Logs and Databases
15+
######################
16+
*.log
17+
18+
# VIM Swap Files
19+
######################
20+
*.swp
21+

0 commit comments

Comments
 (0)