summaryrefslogtreecommitdiff
path: root/deps/jemalloc/.gitignore
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-06-20 14:59:18 +0200
committerantirez <antirez@gmail.com>2014-06-20 14:59:20 +0200
commitfceef8e0ddfca103b2f0328e3ad9ae522093f2c8 (patch)
tree63ce1ad7f4c284fe44e9decb63b9710c1fa52035 /deps/jemalloc/.gitignore
parentfe596d67e3c871cb13b4c909cb4ec435dd738cd8 (diff)
downloadredis-fceef8e0ddfca103b2f0328e3ad9ae522093f2c8.tar.gz
Jemalloc updated to 3.6.0.
Not a single bug in about 3 months, and our previous version was too old (3.2.0).
Diffstat (limited to 'deps/jemalloc/.gitignore')
-rw-r--r--deps/jemalloc/.gitignore72
1 files changed, 62 insertions, 10 deletions
diff --git a/deps/jemalloc/.gitignore b/deps/jemalloc/.gitignore
index 0406413a0..4c408ec2c 100644
--- a/deps/jemalloc/.gitignore
+++ b/deps/jemalloc/.gitignore
@@ -1,20 +1,72 @@
+/*.gcov.*
+
/autom4te.cache/
+
+/bin/jemalloc.sh
+
/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
+
+/include/jemalloc/internal/jemalloc_internal.h
+/include/jemalloc/internal/jemalloc_internal_defs.h
+/include/jemalloc/internal/private_namespace.h
+/include/jemalloc/internal/private_unnamespace.h
+/include/jemalloc/internal/public_namespace.h
+/include/jemalloc/internal/public_symbols.txt
+/include/jemalloc/internal/public_unnamespace.h
+/include/jemalloc/internal/size_classes.h
+/include/jemalloc/jemalloc.h
+/include/jemalloc/jemalloc_defs.h
+/include/jemalloc/jemalloc_macros.h
+/include/jemalloc/jemalloc_mangle.h
+/include/jemalloc/jemalloc_mangle_jet.h
+/include/jemalloc/jemalloc_protos.h
+/include/jemalloc/jemalloc_protos_jet.h
+/include/jemalloc/jemalloc_rename.h
+
/src/*.[od]
-/test/*.[od]
-/test/*.out
-/test/[a-zA-Z_]*
-!test/*.c
-!test/*.exp
-/bin/jemalloc.sh
+/src/*.gcda
+/src/*.gcno
+
+/test/test.sh
+test/include/test/jemalloc_test.h
+test/include/test/jemalloc_test_defs.h
+
+/test/integration/[A-Za-z]*
+!/test/integration/[A-Za-z]*.*
+/test/integration/*.[od]
+/test/integration/*.gcda
+/test/integration/*.gcno
+/test/integration/*.out
+
+/test/src/*.[od]
+/test/src/*.gcda
+/test/src/*.gcno
+
+/test/stress/[A-Za-z]*
+!/test/stress/[A-Za-z]*.*
+/test/stress/*.[od]
+/test/stress/*.gcda
+/test/stress/*.gcno
+/test/stress/*.out
+
+/test/unit/[A-Za-z]*
+!/test/unit/[A-Za-z]*.*
+/test/unit/*.[od]
+/test/unit/*.gcda
+/test/unit/*.gcno
+/test/unit/*.out
+
+/VERSION