mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 08:24:38 +00:00

Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/joyent/node/pull/8476
9 lines
135 B
Python
9 lines
135 B
Python
include_rules = [
|
|
"+src",
|
|
]
|
|
|
|
# checkdeps.py shouldn't check for includes in these directories:
|
|
skip_child_includes = [
|
|
"gcmole",
|
|
]
|