1
0
Fork 0
forked from nuttx/nuttx-update

Remove newlines from .gitignore files

This commit is contained in:
Gregory Nutt 2016-07-07 10:25:13 -06:00
parent c16500dfdb
commit b3a73c3697
2 changed files with 35 additions and 35 deletions

66
.gitignore vendored
View file

@ -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

View file

@ -1,2 +1,2 @@
/etc /etc
/romfs_img /romfs_img