make: add .github dir to whitespace sweep

This commit is contained in:
Franco Fichtner 2019-03-14 09:09:22 +01:00
parent cf721cf4b1
commit 9cd574a78e

View File

@ -341,7 +341,7 @@ sweep:
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
! -name "*.ser" -type f -print0 | \
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile
find ${.CURDIR}/Scripts -type f -print0 | \
find ${.CURDIR}/Scripts ${.CURDIR}/.github -type f -print0 | \
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile
find ${.CURDIR} -type f -depth 1 -print0 | \
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile