From 53bc8a77d1febb99a501b32871b2495113eb826c Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 26 May 2014 18:06:48 +0200 Subject: Cluster test: add tmp dir to Git repo. --- tests/cluster/tmp/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/cluster/tmp/.gitignore diff --git a/tests/cluster/tmp/.gitignore b/tests/cluster/tmp/.gitignore new file mode 100644 index 000000000..f581f73e2 --- /dev/null +++ b/tests/cluster/tmp/.gitignore @@ -0,0 +1,2 @@ +redis_* +sentinel_* -- cgit v1.2.1