[Tarantool-patches] [PATCH] gitignore: add .idea path

Alexander Turenko alexander.turenko at tarantool.org
Tue Dec 17 17:52:11 MSK 2019


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
> 


More information about the Tarantool-patches mailing list