turned off autocrlf because I'm having too much trouble with it, update bootstrap.sh to remove .gitignore and .gitmodules that are copied
parent
921628882b
commit
0b93d2ac45
|
|
@ -86,7 +86,7 @@
|
||||||
# Make `git rebase` safer on OS X
|
# Make `git rebase` safer on OS X
|
||||||
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
|
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
|
||||||
trustctime = false
|
trustctime = false
|
||||||
autocrlf = input
|
autocrlf = false
|
||||||
editor = $EDITOR
|
editor = $EDITOR
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,8 @@ fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
rm -rf ${dest}/.git
|
rm -rf ${dest}/.git
|
||||||
|
rm -rf ${dest}/.gitmodules
|
||||||
|
rm -rf ${dest}/.gitignore
|
||||||
rm -rf ${dest}/bootstrap.sh
|
rm -rf ${dest}/bootstrap.sh
|
||||||
rm -rf ${dest}/remove.sh
|
rm -rf ${dest}/remove.sh
|
||||||
rm -rf ${dest}/README.md
|
rm -rf ${dest}/README.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue