.yapfignore 416 B

1234567891011121314151617181920212223242526272829303132333435
  1. # this file is auto-generated
  2. *protoc_lib_deps.py
  3. # no need to format protoc generated files
  4. *_pb2*.py
  5. # no need to format build-yaml generated files
  6. *.gen.py
  7. # generated files from a template
  8. *test/cpp/naming/resolver_component_tests_runner.py
  9. # No BUILD, .bzl files
  10. *BUILD
  11. *.bzl
  12. *.bazelrc
  13. # No other languages
  14. *.bat
  15. *.c
  16. *.c++
  17. *.cc
  18. *.css
  19. *.go
  20. *.h
  21. *.html
  22. *.json
  23. *.md
  24. *.objc
  25. *.php
  26. *.proto
  27. *.rb
  28. *.sh
  29. *.xml
  30. *.yaml