Skip to content
Snippets Groups Projects
Commit 25fc1c06 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Kirill Yukhin
Browse files

gitignore: ignore directories made on running jepsen tests

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.
parent a36749de
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment