From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 98692469719 for ; Thu, 15 Oct 2020 23:13:58 +0300 (MSK) Date: Thu, 15 Oct 2020 23:03:20 +0300 From: Igor Munkin Message-ID: <20201015200320.GH32659@tarantool.org> References: <20201015154735.397763-1-gorcunov@gmail.com> <20201015154856.GG32659@tarantool.org> <20201015160904.GE173841@grain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201015160904.GE173841@grain> Subject: Re: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml , Alexander Turenko On 15.10.20, Cyrill Gorcunov wrote: > On Thu, Oct 15, 2020 at 06:48:56PM +0300, Igor Munkin wrote: > > Cyrill, > > > > On 15.10.20, Cyrill Gorcunov wrote: > > > - coverity stands for coverity scanner results > > > - .pc for quilt > > > - .git-ignore directory for various things which > > > are not supposed to be in repo, just for convenience > > > > Does this prevent one from purging untracked files with a ? > > yes, git clean -fx wont remove files from .git-ignore directory Neat, thanks a lot! -- Best regards, IM