From 759d6fa78260a3ab8945b8b861e18f89e6b0c432 Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Wed, 18 Jun 2025 22:14:54 +0800 Subject: [PATCH] gitignore: add more vim swap files 1. Ignore "tags" files for all directories. 2. Add more vim swap files(".swo", ".swn"). 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. Signed-off-by: wangjianyu3 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4ea4eedfe..f434778e91 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ *.rel *.src *.srec +*.swn +*.swo *.swp *.sym *.wsp @@ -60,7 +62,7 @@ /nuttx.* /nuttx_user* /staging -/tags +**/tags /TAGS core Make*.dep