From 7d6b3dfd201258802d735e224a04667efaa4ae32 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 29 Aug 2022 17:53:49 +0200 Subject: [PATCH] Update maketarball.sh.in --- dist/scripts/maketarball.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/scripts/maketarball.sh.in b/dist/scripts/maketarball.sh.in index a792bc7b..2dfdb836 100755 --- a/dist/scripts/maketarball.sh.in +++ b/dist/scripts/maketarball.sh.in @@ -49,6 +49,7 @@ ${TAR} -cJf $name-$version.tar.xz \ --exclude="*.nsi" \ --exclude="*.kdev4" \ --exclude=".vscode" \ + --exclude=".idea" \ --exclude="$root/.github" \ --exclude="$root/.travis.yml" \ --exclude="$root/.circleci" \ @@ -56,6 +57,7 @@ ${TAR} -cJf $name-$version.tar.xz \ --exclude="$root/CMakeLists.txt.user" \ --exclude="$root/.clang-format" \ --exclude="$root/build" \ + --exclude="$root/cmake-build-debug" \ --exclude="$root/zanata.xml" \ --exclude="$root/.zanata-cache" \ --exclude="$root/debian/changelog" \