You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/19 14:46:46 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #193: Fix minor issue in Makefile

xiaoxiang781216 opened a new pull request #193: Fix minor issue in Makefile
URL: https://github.com/apache/incubator-nuttx-apps/pull/193
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #193: Fix minor issue in Makefile

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #193: Fix minor issue in Makefile
URL: https://github.com/apache/incubator-nuttx-apps/pull/193#discussion_r410941403
 
 

 ##########
 File path: examples/flowc/.gitignore
 ##########
 @@ -3,6 +3,8 @@
 /.built
 /host
 /config.h
+/receiver
+/sender
 
 Review comment:
   *.exe is already added in all .gitignore

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] patacongo commented on a change in pull request #193: Fix minor issue in Makefile

Posted by GitBox <gi...@apache.org>.
patacongo commented on a change in pull request #193: Fix minor issue in Makefile
URL: https://github.com/apache/incubator-nuttx-apps/pull/193#discussion_r410938335
 
 

 ##########
 File path: examples/flowc/.gitignore
 ##########
 @@ -3,6 +3,8 @@
 /.built
 /host
 /config.h
+/receiver
+/sender
 
 Review comment:
   This and all of the following need to have *.exe to exclude the files in a Windows build.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #193: Fix minor issue in Makefile

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #193: Fix minor issue in Makefile
URL: https://github.com/apache/incubator-nuttx-apps/pull/193
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services