mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Update .gitignore per testbuild.sh report
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
816f624819
commit
090a4d1690
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,14 +11,17 @@ core
|
||||||
/.gdbinit
|
/.gdbinit
|
||||||
/cscope.*
|
/cscope.*
|
||||||
/.config
|
/.config
|
||||||
|
/.config-e
|
||||||
/.config.old
|
/.config.old
|
||||||
/.version
|
/.version
|
||||||
/defconfig
|
/defconfig
|
||||||
|
/defconfig.tmp-e
|
||||||
/Make.defs
|
/Make.defs
|
||||||
/staging
|
/staging
|
||||||
/nuttx
|
/nuttx
|
||||||
/nuttx.*
|
/nuttx.*
|
||||||
/nuttx-*
|
/nuttx-*
|
||||||
|
/uImage
|
||||||
/_SAVED_APPS_config
|
/_SAVED_APPS_config
|
||||||
/*.map
|
/*.map
|
||||||
/*.elf
|
/*.elf
|
||||||
|
|
1
arch/sim/src/.gitignore
vendored
1
arch/sim/src/.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
/Make.dep
|
/Make.dep
|
||||||
/.depend
|
/.depend
|
||||||
/Cygwin-names.dat
|
/Cygwin-names.dat
|
||||||
|
/Darwin-names.dat
|
||||||
/Msys-names.dat
|
/Msys-names.dat
|
||||||
/Linux-names.dat
|
/Linux-names.dat
|
||||||
/nuttx.rel
|
/nuttx.rel
|
||||||
|
|
Loading…
Reference in a new issue