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
|
.DS_Store
|
||||||
*.tmproj
|
*.tmproj
|
||||||
tmtags
|
tmtags
|
||||||
|
|
||||||
|
.ssh/authorized_keys
|
||||||
|
.ssh/known_hosts
|
||||||
|
.ssh/id_*
|
||||||
|
|
||||||
|
.weechat/logs/
|
||||||
|
.weechat/*.log
|
||||||
|
@ -15,8 +15,7 @@ then
|
|||||||
elif [ "$1" == "update" ] || [ "$1" == "pull" ]
|
elif [ "$1" == "update" ] || [ "$1" == "pull" ]
|
||||||
then
|
then
|
||||||
cd $SOURCE
|
cd $SOURCE
|
||||||
git pull `git remote | head -n 1` &&
|
git pull --recurse-submodules=yes `git remote | head -n 1`
|
||||||
git submodule init && git submodule update --recursive
|
|
||||||
exit $?
|
exit $?
|
||||||
elif [ "$1" == "remove" ] || [ "$1" == "uninstall" ]
|
elif [ "$1" == "remove" ] || [ "$1" == "uninstall" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user