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 D8B2846970E for ; Tue, 17 Dec 2019 17:52:15 +0300 (MSK) Date: Tue, 17 Dec 2019 17:52:11 +0300 From: Alexander Turenko Message-ID: <20191217145211.udakoyvkpx2bv2z5@tkn_work_nb> References: <20191125164304.25784-1-i.kosarev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191125164304.25784-1-i.kosarev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] gitignore: add .idea path List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org LGTM. CCed Kirill. WBR, Alexader Turenko. On Mon, Nov 25, 2019 at 07:43:04PM +0300, Ilya Kosarev wrote: > JetBrains IDEs use .idea folder to store configuration files. > To provide more comfort for it's users .idea folder should be ignored. > --- > https://github.com/tarantool/tarantool/tree/i.kosarev/update-gitignore > > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index b8ffaca6d..e9508fc43 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -26,6 +26,7 @@ CTestTestfile.cmake > Testing/ > ./build > /build > +.idea/ > # Ignore Makefile in the stupid way for `tar --exclude-vcs-ignores` > /Makefile > ./Makefile > -- > 2.17.1 >