Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751327AbdIKKc5 (ORCPT ); Mon, 11 Sep 2017 06:32:57 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:6018 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238AbdIKKc4 (ORCPT ); Mon, 11 Sep 2017 06:32:56 -0400 Subject: Re: [PATCH] f2fs-tools: add cscope files to .gitignore To: Yunlong Song , , , CC: , , , , References: <1504789755-145944-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: <6cdb53fb-6139-4a5c-d422-6620e4db56bc@huawei.com> Date: Mon, 11 Sep 2017 18:32:36 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504789755-145944-1-git-send-email-yunlong.song@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A0B0204.59B6664F.01A0,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 620c88bb54bbdb00cc0dc79d007100e1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 457 Lines: 22 On 2017/9/7 21:09, Yunlong Song wrote: > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu > --- > .gitignore | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/.gitignore b/.gitignore > index abe1336..d5ca55d 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -50,3 +50,7 @@ stamp-h1 > /tools/fibmap.f2fs > /tools/parse.f2fs > /tools/f2fscrypt > + > +# cscope files > +cscope.* > +ncscope.* >