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.
This commit is contained in:
Gregory Nutt 2020-04-24 09:49:36 -06:00 committed by Abdelatif Guettouche
parent 4476a16a1a
commit ee3ad39026
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View file

@ -8,6 +8,7 @@ Make.dep
.swp .swp
.*.swp .*.swp
core core
uImage
/.gdbinit /.gdbinit
/cscope.* /cscope.*
/.config /.config
@ -21,7 +22,6 @@ core
/nuttx /nuttx
/nuttx.* /nuttx.*
/nuttx-* /nuttx-*
/uImage
/_SAVED_APPS_config /_SAVED_APPS_config
/*.map /*.map
/*.elf /*.elf