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 2022/06/27 13:47:07 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a diff in pull request #1211: Added Neopixel Example

gustavonihei commented on code in PR #1211:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1211#discussion_r907410201


##########
.gitignore:
##########
@@ -31,3 +31,5 @@ Make.dep
 .context
 # nuttx/$(TOPDIR)/Makefile.[unix|win]::$(DIRLINKS_EXTERNAL_DIRS)
 .dirlinks
+.vscode
+.DS_Store

Review Comment:
   ```suggestion
   ```
   `.gitignore` should only consider patterns related to files which are generated by the NuttX build system.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org