-Added archive.sh script, allowing easy creation of time-commit stamped .zip's for sharing

main
Harry van Haaren 2013-11-13 12:09:23 +00:00
parent 3fdd71b7dd
commit 3362995530
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@ planning/*
src/*.o
luppp
*.zip
build/*
buildTest/*
/CMakeCache.txt

3
archive.sh Executable file
View File

@ -0,0 +1,3 @@
git archive HEAD --format=zip > lupppGit_`date +"%m-%d-%Y"`_`git log --pretty=format:"%h" | head -n1`.zip