Skip to content

Commit

Permalink
exclude more fragments from tar
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed Nov 27, 2012
1 parent a0699c1 commit d7ae7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tar -czvpf "$name.tar.gz" \
--exclude "$name/.git*" \
--exclude "$name/*.o" \
--exclude "$name/*.so" \
--exclude "$name/lua-websockets.rockspec" \
--exclude "$name/rockspecs" \
--exclude "$name/$(basename $0)" \
"$name"
Expand Down

0 comments on commit d7ae7ae

Please sign in to comment.