nuttx/.gitignore
YAMAMOTO Takashi 1ffa009c8b Revert "Don't generate .depend anymore"
This reverts commit 79af7fbf4e.

Because:

* btashton reported some issues in local builds:

  https://github.com/apache/incubator-nuttx/pull/603#issuecomment-602264860

* this might be related to the current CI breakage:

  > /bin/sh: 1: /__w/incubator-nuttx/incubator-nuttx/nuttx/tools/mkdeps: not found
2020-03-22 23:07:29 -05:00

33 lines
257 B
Plaintext

.depend
Make.dep
*.o
*.a
*.d
*.i
*~
.swp
.*.swp
core
/.gdbinit
/cscope.*
/.config
/.config.old
/.version
/defconfig
/Make.defs
/staging
/nuttx
/nuttx.*
/nuttx-*
/_SAVED_APPS_config
/*.map
/*.elf
/*.srec
/*.bin
/*.ihx
/*.hex
/.cproject
/.project
/tags
/TAGS