diff --git a/dist/scripts/maketarball.sh.in b/dist/scripts/maketarball.sh.in index c78a0c7d4..983cf0c62 100755 --- a/dist/scripts/maketarball.sh.in +++ b/dist/scripts/maketarball.sh.in @@ -31,6 +31,7 @@ tar -cJf $name-$version.tar.xz \ --exclude="$root/.circleci" \ --exclude="$root/Dockerfile" \ --exclude="$root/CMakeLists.txt.user" \ + --exclude="$root/.clang-format" \ --exclude="$root/build" \ --exclude="$root/zanata.xml" \ --exclude="$root/.zanata-cache" \