.gitignore 249 B

12345678910111213141516171819202122232425262728293031
  1. .depend
  2. Make.dep
  3. *.o
  4. *.a
  5. *.d
  6. *.i
  7. *~
  8. .swp
  9. .*.swp
  10. core
  11. /.gdbinit
  12. /cscope.*
  13. /.config
  14. /.config.old
  15. /.version
  16. /defconfig
  17. /Make.defs
  18. /nuttx
  19. /nuttx.*
  20. /nuttx-*
  21. /_SAVED_APPS_config
  22. /*.map
  23. /*.elf
  24. /*.srec
  25. /*.bin
  26. /*.ihx
  27. /*.hex
  28. /.cproject
  29. /.project
  30. /pcode
  31. /tags