[Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests

Alexander V. Tikhonov avtikhon at tarantool.org
Fri Sep 25 12:24:52 MSK 2020


Hi Sergey, thanks for the patch. Patch only for git side, LGTM.

On Thu, Sep 24, 2020 at 03:50:24PM +0300, sergeyb at tarantool.org wrote:
> From: Sergey Bronnikov <sergeyb at tarantool.org>
> 
> On running Jepsen tests created directory with Terraform state and directory
> with Jepsen tests source code in a build directory. Everything is ok on using
> out of source build in a separate directory, but with building in a project
> root directory these directories appears in `git status` output. This patch add
> ignores for these directories.
> ---
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index c6e261e18..d5531419d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -144,6 +144,10 @@ sftpscript.txt
>  *.md5sum
>  extra/deploy_key
>  compile_commands.json
> +jepsen-tests-prefix
> +.terraform
> +terraform.tfstate
> +terraform.tfstate.backup
>  
>  # autogenerated files
>  src/box/sql/keywordhash.h
> -- 
> 2.25.1
> 


More information about the Tarantool-patches mailing list