.gitignore 407 B

12345678910111213141516171819202122232425262728293031323334353637
  1. sdk/
  2. cache/
  3. user_config.h
  4. server-ca.crt
  5. sdkconfig
  6. sdkconfig.old*
  7. build/
  8. components/*/.output/
  9. tools/toolchains
  10. extmods.ini
  11. .ccache
  12. bin
  13. .gdb_history
  14. app/lua/.std
  15. app/lua53/.std
  16. sdk/
  17. local/
  18. luac.cross
  19. luac.cross.int
  20. uz_unzip
  21. uz_zip
  22. #ignore Eclipse project files
  23. .cproject
  24. .project
  25. .settings/
  26. # ignore VS Code files
  27. .vscode/**
  28. # ignore IDEA files
  29. .idea
  30. *.iml
  31. #ignore temp file for build infos
  32. buildinfo.h