Skip to content
Snippets Groups Projects
Commit 8ebcf630 authored by Campbell Barton's avatar Campbell Barton
Browse files

trailing_space_clean_config: add cycles

parent 95baa195
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ PATHS = (
"build_files/build_environment/cmake",
"build_files/cmake",
"intern/clog",
"intern/cycles",
"intern/gawain",
"intern/ghost",
"release/scripts/modules",
......@@ -25,6 +26,7 @@ PATHS = tuple(
for p in PATHS
)
def files(path, test_fn):
for dirpath, dirnames, filenames in os.walk(path):
# skip '.git'
......@@ -34,6 +36,7 @@ def files(path, test_fn):
filepath = os.path.join(dirpath, filename)
yield filepath
PATHS = PATHS + tuple(
files(
os.path.join(SOURCE_DIR),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment