Add files to ignore list

This commit is contained in:
nemunaire 2014-06-25 12:07:58 +02:00 committed by nemunaire
parent 6795e9815d
commit 0e77984b1e
2 changed files with 8 additions and 2 deletions

7
.gitignore vendored
View File

@ -3,3 +3,10 @@
.DS_Store
*.tmproj
tmtags
.ssh/authorized_keys
.ssh/known_hosts
.ssh/id_*
.weechat/logs/
.weechat/*.log

View File

@ -15,8 +15,7 @@ then
elif [ "$1" == "update" ] || [ "$1" == "pull" ]
then
cd $SOURCE
git pull `git remote | head -n 1` &&
git submodule init && git submodule update --recursive
git pull --recurse-submodules=yes `git remote | head -n 1`
exit $?
elif [ "$1" == "remove" ] || [ "$1" == "uninstall" ]
then