From: sergeyb@tarantool.org To: tarantool-patches@dev.tarantool.org, avtikhon@tarantool.org, alexander.turenko@tarantool.org Subject: [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests Date: Thu, 24 Sep 2020 15:50:24 +0300 [thread overview] Message-ID: <c61bc9e36e0691fc200b6f6bc599e5f859d41b2f.1600951585.git.sergeyb@tarantool.org> (raw) In-Reply-To: <cover.1600951585.git.sergeyb@tarantool.org> 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
next prev parent reply other threads:[~2020-09-24 12:51 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 ` sergeyb [this message] 2020-09-25 9:24 ` [Tarantool-patches] [PATCH 2/2] gitignore: ignore directories made on running jepsen tests Alexander V. Tikhonov 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=c61bc9e36e0691fc200b6f6bc599e5f859d41b2f.1600951585.git.sergeyb@tarantool.org \ --to=sergeyb@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=avtikhon@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