Remove legacy references to './output'

This commit is contained in:
Tim Hockin
2024-01-12 15:27:06 -08:00
parent 242b4e27c0
commit ea3696dbcf
6 changed files with 6 additions and 10 deletions

View File

@@ -34,8 +34,7 @@ rc=0
find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-wholename './.git' \
-o -wholename './_output' \
-o -wholename './release' \
-o -wholename './target' \