Exclude CMakeLists.txt.user from the source tarball

(cherry picked from commit 24e9c50b62)
This commit is contained in:
David Sansome 2012-10-26 09:37:59 -07:00
parent 1e3975e91f
commit 34b73123bc
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ tar -czf $name-$version.tar.gz "$root" \
--exclude-vcs \
--exclude "$root/bin/*" \
--exclude "$root/debian" \
--exclude "$root/dist/*.tar.gz"
--exclude "$root/dist/*.tar.gz" \
--exclude "$root/CMakeLists.txt.user"
echo "Also creating ${name}_${version}~${deb_dist}.orig.tar.gz..."
cp "$name-$version.tar.gz" "${name}_${version}~${deb_dist}.orig.tar.gz"