diff options
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
