Files
nuttx/.gitignore
wangjianyu3 759d6fa782 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 <wangjianyu3@xiaomi.com>
2025-06-18 15:44:51 -04:00

91 lines
869 B
Plaintext

*.a
*.adb
*.dba
*.dbo
*.asm
*.bin
*.d
!*.d/
*.dSYM
*.elf
*.exe
*.gcno
*.gcda
*.hex
*.i
*.ihx
*.inf
*.lib
*.lod
*.lst
*.map
*.o
*.obj
*.profraw
*.rel
*.src
*.srec
*.swn
*.swo
*.swp
*.sym
*.wsp
*.ddc
*.dds
*.su
*.pyc
*.mapfile
*.SystemMap
*~
\#*\#
.\#*
.depend
/.cache
/.config
/.config.*
/.config-*
/.config\ *
/.cproject
/.cache
/.clang-format
/.gdbinit
/.gdb_history
/.project
/.version
/_SAVED_APPS_config
/cscope.*
/defconfig
/Make.defs
/nuttx
/nuttx32
/nuttx-*
/nuttx.*
/nuttx_user*
/staging
**/tags
/TAGS
core
Make*.dep
uImage
/external
# $(TOPDIR)/Makefile.[unix|win]::$(CONTEXTDIRS_DEPS)
.context
.context\ *
# $(TOPDIR)/Makefile.[unix|win]::$(DIRLINKS_EXTERNAL_DIRS)
.dirlinks
.fakelnk
.vscode
.idea
.DS_Store
tools/gdb/__pycache__
/build
.ccls-cache
compile_commands.json
imx9-sdimage.img
kwarning
SAVEMake.defs
SAVEconfig
.aider*
imx9-norimage.img
config.txt