Skip to content

Commit 438a70d

Browse files
committed
gitignore: Add linux port tests
Those shall not be added to repository.
1 parent efa5688 commit 438a70d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Dummy NPL build
22
*.o
3-
/porting/examples/dummy/dummy
4-
/porting/examples/linux/nimble-linux
5-
/porting/examples/linux_blemesh/nimble-linux-blemesh
3+
porting/examples/dummy/dummy
4+
porting/examples/linux/nimble-linux
5+
porting/examples/linux_blemesh/nimble-linux-blemesh
6+
porting/npl/linux/test/.depend
7+
porting/npl/linux/test/*.exe

0 commit comments

Comments
 (0)