From 94a658dd612d731a2a00cbd4eb0fc1a9b06b1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Thu, 25 Feb 2016 17:13:23 +0000 Subject: Exclude src/midipix_build{,/*} from being included in tarballs. --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index bb9857f2..717de7c8 100755 --- a/build.sh +++ b/build.sh @@ -76,6 +76,8 @@ if [ $(( ${BUILD_NFINI} + ${BUILD_NSKIP} )) -ge 0 ]\ wait; find . -maxdepth 2 -type d \ -not -path . \ + -not -path ./src/midipix_build \ + -not -path ./src/midipix_build/\* \ -not -path ./${WORKDIR_BASENAME} \ -not -path ./${WORKDIR_BASENAME}/\* \ -not -path ./${PREFIX_BASENAME} \ -- cgit v1.2.3