blob: 2ee69255188e14405080ada95ab69608b7aeba21 (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
# The subdirectories in ios/ will manually allow their own include
# directories in ios/ so we disallow all of them.
"-ios",
# For unit tests.
"+third_party/ocmock",
]
|