diff --git a/examples/flowc/.gitignore b/examples/flowc/.gitignore index f91aeb748..65c55122e 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 8598f0ee9..19c8c196d 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 f91aeb748..c965cd6d4 100644 --- a/examples/udp/.gitignore +++ b/examples/udp/.gitignore @@ -3,6 +3,8 @@ /.built /host /config.h +/udpclient +/udpserver /*.asm /*.obj /*.rel