This commit is contained in:
Lok Tep 2016-05-24 23:24:22 +02:00
parent 4c96755219
commit 7eb65246ee

63
.gitignore vendored
View File

@ -1,30 +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/
/.cproject
/.project