Skip to content

Commit

Permalink
Exclude .github dir in maketarball.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Nov 9, 2019
1 parent 89b06ae commit 53d308d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/scripts/maketarball.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 53d308d

Please sign in to comment.