turned off autocrlf because I'm having too much trouble with it, update bootstrap.sh to remove .gitignore and .gitmodules that are copied

moveTools
Adam Veldhousen 9 years ago
parent 921628882b
commit 0b93d2ac45
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -86,7 +86,7 @@
# Make `git rebase` safer on OS X
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false
autocrlf = input
autocrlf = false
editor = $EDITOR
[color]

@ -65,6 +65,8 @@ fi
echo ""
echo "Cleaning up..."
rm -rf ${dest}/.git
rm -rf ${dest}/.gitmodules
rm -rf ${dest}/.gitignore
rm -rf ${dest}/bootstrap.sh
rm -rf ${dest}/remove.sh
rm -rf ${dest}/README.md

Loading…
Cancel
Save