From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7A1DD469719 for ; Thu, 15 Oct 2020 19:09:07 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id d24so3691844ljg.10 for ; Thu, 15 Oct 2020 09:09:07 -0700 (PDT) Date: Thu, 15 Oct 2020 19:09:04 +0300 From: Cyrill Gorcunov Message-ID: <20201015160904.GE173841@grain> References: <20201015154735.397763-1-gorcunov@gmail.com> <20201015154856.GG32659@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201015154856.GG32659@tarantool.org> 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: Igor Munkin Cc: tml , Alexander Turenko 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