toku-mac opened a new pull request, #18900:
URL: https://github.com/apache/nuttx/pull/18900

   ## Summary
   
   When building with CMake, we may use multiple build directories, as in the 
following examples:
   
   * build-debug
   * build-release
   * build-test
   
   Change to allow ignoring multiple build directories.
   
   * Related [NuttX Issue #18882](https://github.com/apache/nuttx/issues/18882)
   
   ## Impact
   
   * Impact on build: This makes it convenient to switch between multiple build 
configurations.
   
   ## Testing
   
   Testing logs before change:
   
   ```
   ❯ git status
   On branch change_build_in_gitignore
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
           build-debug/
           build-release/
   ```
   
   Testing logs after change:
   
   ```
   ❯ git status
   On branch change_build_in_gitignore
   nothing to commit, working tree clean
   ```
   
   ## PR verification Self-Check
   
   * [x] I have updated all required description fields above.
   * [x] My PR adheres to Contributing 
[Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md) and 
[Documentation](https://nuttx.apache.org/docs/latest/contributing/index.html) 
(git commit title and message, coding standard, etc).
   * [x] My PR is ready for review and can be safely merged into a codebase.
   


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