Add .clang-format to excluded files in maketarball

This commit is contained in:
Jonas Kvinge
2020-07-13 22:52:38 +02:00
parent c5ae64070e
commit 07d8c3e770

View File

@@ -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" \