Skip to content

Commit b7b999f

Browse files
committed
chore: Add cross-compiling tools into gitignore
Bash script '.ci/cross-tool.sh' would download cross-compiling tools for testing. However, these tools are not included in gitignore.
1 parent 89779e6 commit b7b999f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.o
22
tests/*.d
33
tests/main
4+
gcc-arm-*

0 commit comments

Comments
 (0)