summaryrefslogtreecommitdiff
path: root/deps/jemalloc
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 /deps/jemalloc
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 'deps/jemalloc')
-rw-r--r--deps/jemalloc/.gitignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/jemalloc/.gitignore b/deps/jemalloc/.gitignore
index 6607a5fd1..0406413a0 100644
--- a/deps/jemalloc/.gitignore
+++ b/deps/jemalloc/.gitignore
@@ -2,24 +2,19 @@
/config.stamp
/config.log
/config.status
-/configure
/doc/html.xsl
/doc/manpages.xsl
/doc/jemalloc.xml
-/doc/jemalloc.html
-/doc/jemalloc.3
/lib/
/Makefile
/include/jemalloc/internal/jemalloc_internal\.h
/include/jemalloc/internal/size_classes\.h
/include/jemalloc/jemalloc\.h
/include/jemalloc/jemalloc_defs\.h
-/test/jemalloc_test\.h
/src/*.[od]
/test/*.[od]
/test/*.out
/test/[a-zA-Z_]*
!test/*.c
!test/*.exp
-/VERSION
/bin/jemalloc.sh