nuttx-apps/.gitignore

36 lines
322 B
Plaintext
Raw Normal View History

2015-06-28 17:58:47 +02:00
*.a
*.adb
*.asm
2015-06-28 17:58:47 +02:00
*.d
*.dSYM
*.exe
*.gcno
*.gcda
*.hobj
2015-06-28 17:58:47 +02:00
*.i
*.lib
*.lst
*.o
*.obj
*.rel
*.src
*.swp
*.sym
2015-06-28 17:58:47 +02:00
*~
2022-02-24 20:19:04 +01:00
.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
2022-07-02 15:29:56 +02:00
.vscode
.DS_Store