We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ae0bb commit f3f00edCopy full SHA for f3f00ed
.gitignore
@@ -8,6 +8,14 @@ exclude.txt
8
tools/sdk/lib/liblwip_src.a
9
tools/sdk/lwip/src/build
10
tools/sdk/lwip/src/liblwip_src.a
11
+tools/sdk/ld/backup
12
13
*.pyc
14
*.gch
15
+
16
+boards.local.txt
17
18
+*.gcov
19
+*.gcno
20
+*.gcda
21
+*.o
tests/.gitignore
@@ -1,2 +1,5 @@
1
hardware
2
tmp
3
+host/bin
4
+device/test_report.html
5
+device/test_report.xml
0 commit comments