forked from nuttx/nuttx-update
Remove newlines from .gitignore files
This commit is contained in:
parent
c16500dfdb
commit
b3a73c3697
2 changed files with 35 additions and 35 deletions
66
.gitignore
vendored
66
.gitignore
vendored
|
@ -1,33 +1,33 @@
|
||||||
.depend
|
.depend
|
||||||
Make.dep
|
Make.dep
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.d
|
*.d
|
||||||
*.i
|
*.i
|
||||||
*~
|
*~
|
||||||
.swp
|
.swp
|
||||||
.*.swp
|
.*.swp
|
||||||
core
|
core
|
||||||
.gdbinit
|
.gdbinit
|
||||||
cscope.out
|
cscope.out
|
||||||
/.config
|
/.config
|
||||||
/.config.old
|
/.config.old
|
||||||
/.version
|
/.version
|
||||||
/Make.defs
|
/Make.defs
|
||||||
/setenv.sh
|
/setenv.sh
|
||||||
/setenv.bat
|
/setenv.bat
|
||||||
/nuttx
|
/nuttx
|
||||||
/nuttx.*
|
/nuttx.*
|
||||||
/nuttx-*
|
/nuttx-*
|
||||||
/_SAVED_APPS_config
|
/_SAVED_APPS_config
|
||||||
/*.map
|
/*.map
|
||||||
/*.elf
|
/*.elf
|
||||||
/*.srec
|
/*.srec
|
||||||
/*.bin
|
/*.bin
|
||||||
/*.ihx
|
/*.ihx
|
||||||
/*.hex
|
/*.hex
|
||||||
/pcode
|
/pcode
|
||||||
/tags
|
/tags
|
||||||
/.settings/
|
/.settings/
|
||||||
/.cproject
|
/.cproject
|
||||||
/.project
|
/.project
|
||||||
|
|
4
configs/sim/include/.gitignore
vendored
4
configs/sim/include/.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
/etc
|
/etc
|
||||||
/romfs_img
|
/romfs_img
|
||||||
|
|
Loading…
Reference in a new issue