summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-04-18 16:21:32 +0200
committerantirez <antirez@gmail.com>2013-04-18 16:23:15 +0200
commitd04afd62d69306361fd4dfe9fee8ac99c16dee72 (patch)
treed64aa847bed9610a733a966bf71ae054fd86993b /.gitignore
parentf8ae70cf7c514c14ca3d2b4d82d959b717d257af (diff)
downloadredis-d04afd62d69306361fd4dfe9fee8ac99c16dee72.tar.gz
Redis/Jemalloc Gitignore were too aggressive.
Redis gitignore was too aggressive since simply broken. Jemalloc gitignore was too agressive because it is conceived to just keep the files that allow to generate all the rest in development environments (so for instance the "configure" file is excluded).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 89afeb0f7..cf904522d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,13 @@
.*.swp
*.o
-*.rdb
*.log
-redis-*
+dump.rdb
+redis-benchmark
+redis-check-aof
+redis-check-dump
+redis-cli
+redis-sentinel
+redis-server
doc-tools
release
misc/*