mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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:
committed by
Abdelatif Guettouche
parent
4476a16a1a
commit
ee3ad39026
+1
-1
@@ -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.
Reference in New Issue
Block a user