toku-mac opened a new issue, #18882:
URL: https://github.com/apache/nuttx/issues/18882

   ### Is your feature request related to a problem? Please describe.
   
   The .gitignore file only contains `/build`.
   
   ### Describe the solution you'd like
   
   When building with CMake, we may use multiple build directories, as in the 
following examples:
   
   * build-debug
   * build-release
   * build-test
   
   Add `/build-*` to the .gitignore file.
   
   
   ### Describe alternatives you've considered
   
   Change `/build` in .gitignore to `/build*`.
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to