8000 stmhal: Add .gitignore to ignore the new build dir names. · hellcoderz/micropython@bb8ba7f · GitHub
[go: up one dir, main page]

Skip to content

Commit bb8ba7f

Browse files
committed
stmhal: Add .gitignore to ignore the new build dir names.
1 parent 3244123 commit bb8ba7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stmhal/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build-PYBV3/
2+
build-PYBV4/
3+
build-PYBV10/
4+
build-STM32F4DISC/
5+
build-NETDUINO_PLUS_2/

0 commit comments

Comments
 (0) 30A4
0