Make sure the format script skips the lib directory

Signed-off-by: Gavin Howard <gavin@yzena.com>
master
Gavin D. Howard 2 months ago
parent e3645367a8
commit 3a01dcc3ea
Signed by: gavin
GPG Key ID: F890265DD80E4E90

@ -97,7 +97,7 @@ for f in $files; do
fi
case "$f" in
*src/ur/seedrng.c) continue ;;
*lib/*) continue ;;
*docs/template.c) continue ;;
*docs/template.h) continue ;;
*docs/template_internal.h) continue ;;

Loading…
Cancel
Save