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
|
||||
# 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…
Reference in New Issue