nuttx-apps/.gitignore
Xiang Xiao 44d0642334 Add *.su to .gitignore
*.su is generated by gcc/clang when we pass -fstack-usage to them

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-19 08:19:34 +01:00

37 lines
327 B
Plaintext

*.a
*.adb
*.asm
*.d
*.dSYM
*.exe
*.gcno
*.gcda
*.hobj
*.i
*.lib
*.lst
*.o
*.obj
*.rel
*.src
*.swp
*.sym
*.su
*~
.context
.depend
.kconfig
/bin
/boot_romfsimg.h
/external
/Kconfig
/romfs.img
/symtab_apps.c
cscope.out
Make.dep
.context
# nuttx/$(TOPDIR)/Makefile.[unix|win]::$(DIRLINKS_EXTERNAL_DIRS)
.dirlinks
.vscode
.DS_Store