From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <imun@tarantool.org>
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 <tarantool-patches@dev.tarantool.org>;
 Thu, 15 Oct 2020 23:13:58 +0300 (MSK)
Date: Thu, 15 Oct 2020 23:03:20 +0300
From: Igor Munkin <imun@tarantool.org>
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 <tarantool-patches.dev.tarantool.org>
List-Unsubscribe: <https://lists.tarantool.org/mailman/options/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=unsubscribe>
List-Archive: <https://lists.tarantool.org/pipermail/tarantool-patches/>
List-Post: <mailto:tarantool-patches@dev.tarantool.org>
List-Help: <mailto:tarantool-patches-request@dev.tarantool.org?subject=help>
List-Subscribe: <https://lists.tarantool.org/mailman/listinfo/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=subscribe>
To: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: tml <tarantool-patches@dev.tarantool.org>, Alexander Turenko <alexander.turenko@tarantool.org>

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 <git clean>?
> 
> yes, git clean -fx wont remove files from .git-ignore directory

Neat, thanks a lot!

-- 
Best regards,
IM