We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69a7bf commit c9ba6beCopy full SHA for c9ba6be
.gitignore
@@ -1,4 +1,6 @@
1
-.o
2
-~
3
-.bin
4
-.elf
+*.o
+*~
+*.bin
+*.elf
5
+*.d
6
+*.log
0 commit comments