From a1b327575b2cf28347c7ec5e4868a488fcd8568d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E8=99=8E=E4=BC=9A=E6=B8=B8=E6=B3=B3?= Date: Fri, 15 Apr 2016 09:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E9=94=AE=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=84=9A=E6=9C=AC=E7=9A=84=E5=8F=82=E6=95=B0=EF=BC=88?= =?UTF-8?q?=E6=94=B9=E4=B8=BA./commit=20-m=20=E2=80=A6=EF=BC=89=EF=BC=89?= =?UTF-8?q?=EF=BC=9B=20=E4=BF=AE=E6=94=B9.gitignore=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E5=8C=85=E8=A2=AB=E6=8F=90=E4=BA=A4=E5=88=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 ++++++++- commit | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37d0ac4e..da9ac5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,15 @@ /src/config/security.php /src/config/system.php /src/temp/ -*.swp /src/userfile/ /src/wap/ /src/0.php /src/core +*.swp +*.zip +*.gz +*.tgz +*.bz2 +*.xz +*.rar +*~ diff --git a/commit b/commit index e856a482..44956a8e 100755 --- a/commit +++ b/commit @@ -1,3 +1,3 @@ git add --all -git commit -m $1 -git push \ No newline at end of file +git commit $* +git push