.gitignore 473 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. junit.xml
  2. abuild*.xml
  3. .config
  4. .config.old
  5. defconfig
  6. .coreboot-version
  7. .xcompile
  8. .ccwrap
  9. build/
  10. coreboot-builds/
  11. coreboot-builds*/
  12. generated/
  13. site-local
  14. *.\#
  15. *.a
  16. *.bin
  17. *.debug
  18. !Kconfig.debug
  19. *.elf
  20. *.fd
  21. *.o
  22. *.o.d
  23. *.out
  24. *.pyc
  25. *.sw[po]
  26. /*.rom
  27. .test
  28. .dependencies
  29. # Development friendly files
  30. tags
  31. .clang_complete
  32. .cache
  33. compile_commands.json
  34. .vscode/
  35. # Cross-compile toolkits
  36. xgcc/
  37. tarballs/
  38. # editor backup files, temporary files, IDE project files
  39. *~
  40. *.kate-swp
  41. *.kdev4