Skip to content

Commit

Permalink
Update gitignore to ignore the cluster-cluster test files (valkey-io#756
Browse files Browse the repository at this point in the history
)

Normally we can create a test cluster directly in the directory
using `./utils/create-cluster/create-cluster`, which would keep
the test files under `./` and messed up the git.

Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin authored Jul 13, 2024
1 parent 8c92b2f commit b4ac2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.so
*.d
*.log
dump.rdb
dump*.rdb
*-benchmark
*-check-aof
*-check-rdb
Expand All @@ -19,7 +19,7 @@ release
misc/*
src/release.h
appendonly.aof*
appendonlydir
appendonlydir*
SHORT_TERM_TODO
release.h
src/transfer.sh
Expand All @@ -45,5 +45,5 @@ redis.code-workspace
.cache
.cscope*
.swp
nodes.conf
nodes*.conf
tests/cluster/tmp/*

0 comments on commit b4ac2c4

Please sign in to comment.