Added push.sh to gitignore

This commit is contained in:
Mika Suomalainen 2011-09-01 18:56:27 +03:00
parent 2f6acdf42f
commit caa20fb10a
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ docs/plugins
*.swo
*~
*.mo
push.sh

4
push.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git fetch --all
git push origin --all
git push mirror --mirror