Skip to content

Commit

Permalink
Update gitignore to ignore the cluster-cluster test files
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 committed Jul 8, 2024
1 parent 5f0ccf1 commit 1f89def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.d
*.log
dump.rdb
dump-*.rdb
*-benchmark
*-check-aof
*-check-rdb
Expand All @@ -20,6 +21,7 @@ misc/*
src/release.h
appendonly.aof*
appendonlydir
appendonlydir-*
SHORT_TERM_TODO
release.h
src/transfer.sh
Expand All @@ -46,4 +48,5 @@ redis.code-workspace
.cscope*
.swp
nodes.conf
nodes-*.conf
tests/cluster/tmp/*

0 comments on commit 1f89def

Please sign in to comment.