From afa692e5ac13c10688af70ee055f0525e66d3584 Mon Sep 17 00:00:00 2001 From: Ilya Kosarev <i.kosarev@tarantool.org> Date: Mon, 25 Nov 2019 19:40:05 +0300 Subject: [PATCH] gitignore: add .idea path JetBrains IDEs use .idea folder to store configuration files. To provide more comfort for it's users .idea folder should be ignored. Reviewed-by: Alexander Turenko <alexander.turenko@tarantool.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8ffaca6db..e9508fc43b 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 -- GitLab