Commit 4aac7a9c authored by Vitaly Lipatov's avatar Vitaly Lipatov

add copy .gitignore too

parent 8a3f7646
......@@ -52,6 +52,7 @@ info "Removing files from repo ..."
rm -rf *
info "Copying files from tarball ..."
cp -a $WD/* .
cp -f $WD/.gitignore .
info "Adding to git ..."
git add *
info "Committing ..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment