mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
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:
parent
4476a16a1a
commit
ee3ad39026
2 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue