From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 B8B5546970F for ; Mon, 25 Nov 2019 19:43:33 +0300 (MSK) From: Ilya Kosarev Date: Mon, 25 Nov 2019 19:43:04 +0300 Message-Id: <20191125164304.25784-1-i.kosarev@tarantool.org> Subject: [Tarantool-patches] [PATCH] gitignore: add .idea path List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org 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