From b4ac2c406c54dae42f42f56c6f65f134a18cc514 Mon Sep 17 00:00:00 2001 From: Binbin Date: Sat, 13 Jul 2024 23:27:17 +0800 Subject: [PATCH] Update gitignore to ignore the cluster-cluster test files (#756) 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1b72a462e..bc53c98865 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *.so *.d *.log -dump.rdb +dump*.rdb *-benchmark *-check-aof *-check-rdb @@ -19,7 +19,7 @@ release misc/* src/release.h appendonly.aof* -appendonlydir +appendonlydir* SHORT_TERM_TODO release.h src/transfer.sh @@ -45,5 +45,5 @@ redis.code-workspace .cache .cscope* .swp -nodes.conf +nodes*.conf tests/cluster/tmp/*