JianyuWang0623 opened a new pull request, #16550: URL: https://github.com/apache/nuttx/pull/16550
## Summary Add more vim swap files(".swo", ".swn") and ignore "tags" files for all directories. 1. Ignore "tags" files for all directories. 2. Add more vim swap files(".swo", ".swn") according to https://vimdoc.sourceforge.net/htmldoc/recover.html. ``` - If this file already exists (e.g., when you are recovering from a crash) a warning is given and another extension is used, ".swo", ".swn", etc. ``` ## Impact - .gitignore ## Testing CI -- 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