.copyright-ignore 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. # Ignore the following directories
  4. ./.git/*
  5. ./.github/*
  6. ./third_party/benchmark/*
  7. ./third_party/boost/*
  8. ./third_party/googletest/*
  9. ./third_party/ms-gsl/*
  10. ./third_party/nlohmann-json/*
  11. ./third_party/opentelemetry-proto/*
  12. ./third_party/prometheus-cpp/*
  13. ./tools/vcpkg/*
  14. ./tools/ports/*
  15. # Third party code
  16. ./api/include/opentelemetry/nostd/internal/absl/*
  17. ./exporters/jaeger/thrift-gen/*
  18. ./exporters/etw/include/opentelemetry/exporters/etw/TraceLoggingDynamic.h
  19. # Doc
  20. ./docs/*
  21. ## Ignore the following files patterns
  22. *.md
  23. *.rst
  24. *.png
  25. *.log
  26. *.patch
  27. *.json
  28. *.nuspec
  29. *.pem
  30. # Packaging
  31. */CONTROL
  32. # LICENSE files
  33. */LICENSE
  34. # Ignore the following misc files
  35. ./.bazelignore
  36. ./.bazelversion
  37. ./docker/.gitignore
  38. .markdownlintignore
  39. ./ci/toc.yml
  40. ./ci/valgrind-suppressions