Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: sergeyb@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests
Date: Fri, 25 Sep 2020 12:24:52 +0300	[thread overview]
Message-ID: <20200925092452.GA15616@hpalx> (raw)
In-Reply-To: <c61bc9e36e0691fc200b6f6bc599e5f859d41b2f.1600951585.git.sergeyb@tarantool.org>

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

On Thu, Sep 24, 2020 at 03:50:24PM +0300, sergeyb@tarantool.org wrote:
> From: Sergey Bronnikov <sergeyb@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
> 

  reply	other threads:[~2020-09-25  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1600951585.git.sergeyb@tarantool.org>
2020-09-24 12:50 ` [Tarantool-patches] [PATCH 1/2] cmake: move jepsen targets under option WITH_JEPSEN sergeyb
2020-09-25  9:30   ` Alexander V. Tikhonov
2020-09-24 12:50 ` [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests sergeyb
2020-09-25  9:24   ` Alexander V. Tikhonov [this message]
2020-09-25 12:59   ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200925092452.GA15616@hpalx \
    --to=avtikhon@tarantool.org \
    --cc=sergeyb@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox