aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 01eaeb0..b7e42d9 100644
--- a/build.sh
+++ b/build.sh
@@ -165,6 +165,7 @@ topics_list="${TMPDIR_BUILD}/topics.list.md"
find_list="${TMPDIR_BUILD}/toplevel.find.list"
find . -mindepth 1 -maxdepth 1 -type d \
-not -name '.*' -not -name 'build' -not -name 'output' \
+ -not -name 'hooks' -not -name 'LICENSES' -not -name 'static' -not -name 'templates' \
-print0 | sort -z > "${find_list}"
while IFS= read -r -d '' topic; do