This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 4431d770b4277e7af77f8671fc8d46734c143c15 Author: Xiang Xiao <[email protected]> AuthorDate: Sun Apr 19 22:22:58 2020 +0800 .gitignore: Add more entries found during prcheck testing Signed-off-by: Xiang Xiao <[email protected]> --- examples/flowc/.gitignore | 2 ++ examples/tcpblaster/.gitignore | 2 ++ examples/udp/.gitignore | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/flowc/.gitignore b/examples/flowc/.gitignore index f91aeb7..65c5512 100644 --- a/examples/flowc/.gitignore +++ b/examples/flowc/.gitignore @@ -3,6 +3,8 @@ /.built /host /config.h +/receiver +/sender /*.asm /*.obj /*.rel diff --git a/examples/tcpblaster/.gitignore b/examples/tcpblaster/.gitignore index 8598f0e..19c8c19 100644 --- a/examples/tcpblaster/.gitignore +++ b/examples/tcpblaster/.gitignore @@ -3,6 +3,8 @@ /.built /host /config.h +/tcpclient +/tcpserver /*.asm /*.obj /*.rel diff --git a/examples/udp/.gitignore b/examples/udp/.gitignore index f91aeb7..c965cd6 100644 --- a/examples/udp/.gitignore +++ b/examples/udp/.gitignore @@ -3,6 +3,8 @@ /.built /host /config.h +/udpclient +/udpserver /*.asm /*.obj /*.rel
