diff options
author | rexlee8776 <limingjiang@huawei.com> | 2017-07-13 12:02:54 +0800 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2017-07-13 12:03:38 +0800 |
commit | 49d358550209ab39bf618d8b226f655a0b54d13f (patch) | |
tree | 2b92bb557ec09e0fca3a6d5b58ee35c1e609bca0 | |
parent | 96c151654bd4bd0fe469c11567f4d26b3d1e8dd2 (diff) |
update gitignore to exclude *.DS_Store *.log
Change-Id: Ibd05768eb08336ecfa3f2454ec5548b48944126f
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f2c8fd9c0..a53b53390 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.DS_Store +*.log *.pyc .vimrc .ropeproject @@ -21,8 +23,6 @@ Session*.vim *~ setuptools*zip dist/ -pep8.log -test.log .testrepository/ cover/ .*.sw? |