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 <binloveplay1314@qq.com>
This commit is contained in:
parent
8c92b2f747
commit
b4ac2c406c
6
.gitignore
vendored
6
.gitignore
vendored
@ -5,7 +5,7 @@
|
|||||||
*.so
|
*.so
|
||||||
*.d
|
*.d
|
||||||
*.log
|
*.log
|
||||||
dump.rdb
|
dump*.rdb
|
||||||
*-benchmark
|
*-benchmark
|
||||||
*-check-aof
|
*-check-aof
|
||||||
*-check-rdb
|
*-check-rdb
|
||||||
@ -19,7 +19,7 @@ release
|
|||||||
misc/*
|
misc/*
|
||||||
src/release.h
|
src/release.h
|
||||||
appendonly.aof*
|
appendonly.aof*
|
||||||
appendonlydir
|
appendonlydir*
|
||||||
SHORT_TERM_TODO
|
SHORT_TERM_TODO
|
||||||
release.h
|
release.h
|
||||||
src/transfer.sh
|
src/transfer.sh
|
||||||
@ -45,5 +45,5 @@ redis.code-workspace
|
|||||||
.cache
|
.cache
|
||||||
.cscope*
|
.cscope*
|
||||||
.swp
|
.swp
|
||||||
nodes.conf
|
nodes*.conf
|
||||||
tests/cluster/tmp/*
|
tests/cluster/tmp/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user