cederom commented on code in PR #2861:
URL: https://github.com/apache/nuttx-apps/pull/2861#discussion_r1851276395


##########
.gitignore:
##########
@@ -28,6 +28,7 @@
 .kconfig
 *.lock
 /bin
+/bin_debug

Review Comment:
   Initially I wrote about two possibilities but then deleted because 
`bin_debug` is quite self-explanatory :-P
   
   1. `bin/release`, `bin/devel`, `bin/debug` so all is under `bin/` and then 
subdiretory (more elegant).
   2. `bin/release-$TIMESTAMP`, `bin/debug-$TIMESTAMP` so all is just under 
`bin/` (less elegant).



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to