aboutsummaryrefslogtreecommitdiff
path: root/.yapfignore
blob: 8601c86da48cd94fd47d7df1efb168f91f1f4777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# this file is auto-generated
*protoc_lib_deps.py

# no need to format protoc generated files
*_pb2*.py

# no need to format build-yaml generated files
*.gen.py

# generated files from a template
*test/cpp/naming/resolver_component_tests_runner.py

# No BUILD, .bzl files
*BUILD
*.bzl
*.bazelrc

# No other languages
*.bat
*.c
*.c++
*.cc
*.css
*.go
*.h
*.html
*.json
*.md
*.objc
*.php
*.proto
*.rb
*.sh
*.xml
*.yaml