You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/19 13:48:47 UTC

[incubator-nuttx-apps] branch master updated: example/nettest: tcpclient and tcpserver to .gitignore

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new b813944  example/nettest: tcpclient and tcpserver to .gitignore
b813944 is described below

commit b813944a7a236d540311324214a63ccc9b97231a
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Apr 19 21:03:26 2020 +0800

    example/nettest: tcpclient and tcpserver to .gitignore
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 examples/nettest/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/nettest/.gitignore b/examples/nettest/.gitignore
index 8598f0e..19c8c19 100644
--- a/examples/nettest/.gitignore
+++ b/examples/nettest/.gitignore
@@ -3,6 +3,8 @@
 /.built
 /host
 /config.h
+/tcpclient
+/tcpserver
 /*.asm
 /*.obj
 /*.rel