mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
939278ac05
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",
|
|
]
|