.gitignore 258 B

1234567891011121314151617181920212223242526272829303132
  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. /staging
  19. /nuttx
  20. /nuttx.*
  21. /nuttx-*
  22. /_SAVED_APPS_config
  23. /*.map
  24. /*.elf
  25. /*.srec
  26. /*.bin
  27. /*.ihx
  28. /*.hex
  29. /.cproject
  30. /.project
  31. /pcode
  32. /tags