-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.bazelignore
36 lines (34 loc) · 869 Bytes
/
.bazelignore
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
36
examples
examples/basic_usage
examples/ignoring_includes
examples/recursion
examples/rule_using_dwyu
examples/skipping_targets
examples/support
examples/target_mapping
test/apply_fixes/missing_dependency
test/apply_fixes/needlessly_public_dependency
test/apply_fixes/tool_cli
test/apply_fixes/unused_dependency
test/aspect
test/aspect/alias
test/aspect/complex_includes
test/aspect/defines
test/aspect/external_repo
test/aspect/generated_code
test/aspect/ignore_includes
test/aspect/implementation_deps
test/aspect/includes
test/aspect/platforms
test/aspect/recursion
test/aspect/relative_includes
test/aspect/rule_using_aspect
test/aspect/shared_library
test/aspect/skip_external_targets
test/aspect/skip_tags
test/aspect/target_mapping
test/aspect/tree_artifact
test/aspect/unused_dep
test/aspect/using_transitive_dep
test/aspect/valid
test/aspect/virtual_includes