nuttx/.gitignore
Gregory Nutt ee3ad39026 Remove improper uImage file
Remove boards/arm/sama5/sama5d3-xplained/boot/uImage that can in inadvertantly with a PR merge.

Also, change "/uImage" to just "uImage" in the top-level .gitignore file so that all occurences of uImage will be ignored, not just versions in the nuttx/ top-level directory.
2020-04-24 17:32:48 +01:00

36 lines
292 B
Plaintext

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