exclude_check_tools_files.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. tools/ble/**/*
  2. tools/catch/**/*
  3. tools/ci/check_*.py
  4. tools/ci/check_*.txt
  5. tools/ci/check_*.sh
  6. tools/ci/check_copyright_config.yaml
  7. tools/ci/get_all_test_results.py
  8. tools/ci/idf_unity_tester.py
  9. tools/gdb_panic_server.py
  10. tools/check_term.py
  11. tools/check_python_dependencies.py
  12. tools/python_version_checker.py
  13. tools/generate_debug_prefix_map.py
  14. tools/ci/astyle-rules.yml
  15. tools/ci/checkout_project_ref.py
  16. tools/ci/ci_fetch_submodule.py
  17. tools/ci/ci_get_mr_info.py
  18. tools/ci/configure_ci_environment.sh
  19. tools/ci/generate_rules.py
  20. tools/ci/deploy_docs.py
  21. tools/ci/envsubst.py
  22. tools/ci/*exclude*.txt
  23. tools/ci/executable-list.txt
  24. tools/ci/fix_empty_prototypes.sh
  25. tools/ci/get-full-sources.sh
  26. tools/ci/idf_ci_utils.py
  27. tools/ci/ignore_build_warnings.txt
  28. tools/ci/mirror-submodule-update.sh
  29. tools/ci/multirun_with_pyenv.sh
  30. tools/ci/mypy_ignore_list.txt
  31. tools/ci/push_to_github.sh
  32. tools/ci/python_packages/wifi_tools.py
  33. tools/ci/utils.sh
  34. tools/eclipse-code-style.xml
  35. tools/format.sh
  36. tools/mocks/**/*
  37. tools/set-submodules-to-github.sh
  38. tools/templates/sample_component/CMakeLists.txt
  39. tools/templates/sample_component/include/main.h
  40. tools/templates/sample_component/main.c
  41. tools/ci/cleanup_ignore_lists.py
  42. tools/ci/artifacts_handler.py
  43. tools/unit-test-app/**/*