From 1f89def79fb3f1043c559c9701c94473c1da12b6 Mon Sep 17 00:00:00 2001 From: Binbin Date: Mon, 8 Jul 2024 17:03:24 +0800 Subject: [PATCH 1/2] Update gitignore to ignore the cluster-cluster test files 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a1b72a462e..19cc1aa177 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.d *.log dump.rdb +dump-*.rdb *-benchmark *-check-aof *-check-rdb @@ -20,6 +21,7 @@ misc/* src/release.h appendonly.aof* appendonlydir +appendonlydir-* SHORT_TERM_TODO release.h src/transfer.sh @@ -46,4 +48,5 @@ redis.code-workspace .cscope* .swp nodes.conf +nodes-*.conf tests/cluster/tmp/* From 246e77ba465b4f1a40f419ab9f433141225b71b8 Mon Sep 17 00:00:00 2001 From: Binbin Date: Sat, 13 Jul 2024 23:23:12 +0800 Subject: [PATCH 2/2] mode compact Signed-off-by: Binbin --- .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 19cc1aa177..bc53c98865 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ *.so *.d *.log -dump.rdb -dump-*.rdb +dump*.rdb *-benchmark *-check-aof *-check-rdb @@ -20,8 +19,7 @@ release misc/* src/release.h appendonly.aof* -appendonlydir -appendonlydir-* +appendonlydir* SHORT_TERM_TODO release.h src/transfer.sh @@ -47,6 +45,5 @@ redis.code-workspace .cache .cscope* .swp -nodes.conf -nodes-*.conf +nodes*.conf tests/cluster/tmp/*