.gitignore 668 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. *.o
  2. *.a
  3. *.d
  4. *.cmd
  5. *.log
  6. *.pyc
  7. *.swp
  8. *.swo
  9. *.user
  10. *~
  11. build*/
  12. !doc/guides/build
  13. !tests/drivers/build_all
  14. cscope.*
  15. .dir
  16. /*.patch
  17. # The .cache directory will be used to cache toolchain capabilities if
  18. # no suitable out-of-tree directory is found.
  19. .cache
  20. out
  21. outdir
  22. outdir-*
  23. scripts/basic/fixdep
  24. scripts/gen_idt/gen_idt
  25. doc/_build
  26. doc/doxygen
  27. doc/xml
  28. doc/html
  29. doc/boards
  30. doc/samples
  31. doc/latex
  32. doc/themes/zephyr-docs-theme
  33. sanity-out*
  34. twister-out*
  35. bsim_bt_out
  36. scripts/grub
  37. doc/reference/kconfig/*.rst
  38. doc/doc.warnings
  39. .*project
  40. .settings
  41. .envrc
  42. .vscode
  43. hide-defaults-note
  44. venv
  45. .venv
  46. # Tag files
  47. GPATH
  48. GRTAGS
  49. GTAGS
  50. TAGS
  51. tags
  52. .build_config
  53. .idea
  54. current_path.txt
  55. sign_out