diff --git a/dist/scripts/maketarball.sh.in b/dist/scripts/maketarball.sh.in index 9ffb874fc..965631ac3 100755 --- a/dist/scripts/maketarball.sh.in +++ b/dist/scripts/maketarball.sh.in @@ -24,6 +24,7 @@ tar -cJf $name-$version.tar.xz \ --exclude=".directory" \ --exclude="*.spec" \ --exclude="*.nsi" \ + --exclude="$root/.github" \ --exclude="$root/Dockerfile" \ --exclude="$root/.travis.yml" \ --exclude="$root/CMakeLists.txt.user" \