Skip to content

Commit f3f00ed

Browse files
committed
gitignore: ignore generated files
1 parent 73ae0bb commit f3f00ed

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ exclude.txt
88
tools/sdk/lib/liblwip_src.a
99
tools/sdk/lwip/src/build
1010
tools/sdk/lwip/src/liblwip_src.a
11+
tools/sdk/ld/backup
1112

1213
*.pyc
1314
*.gch
15+
16+
boards.local.txt
17+
18+
*.gcov
19+
*.gcno
20+
*.gcda
21+
*.o

tests/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
hardware
22
tmp
3+
host/bin
4+
device/test_report.html
5+
device/test_report.xml

0 commit comments

Comments
 (0)