Add files to ignore list
This commit is contained in:
parent
6795e9815d
commit
0e77984b1e
7
.gitignore
vendored
7
.gitignore
vendored
@ -3,3 +3,10 @@
|
||||
.DS_Store
|
||||
*.tmproj
|
||||
tmtags
|
||||
|
||||
.ssh/authorized_keys
|
||||
.ssh/known_hosts
|
||||
.ssh/id_*
|
||||
|
||||
.weechat/logs/
|
||||
.weechat/*.log
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user