summaryrefslogtreecommitdiff
path: root/deps/jemalloc/.gitignore
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-01-30 09:58:34 +0100
committerantirez <antirez@gmail.com>2017-01-30 09:58:34 +0100
commit27e29f4fe61d822eb23d948bcb72db76c4c887e5 (patch)
treeeb4ed2a2834c6330ab8d5f5af1d2fc8c30960a23 /deps/jemalloc/.gitignore
parent713fe0b7d7096cbf3ce774e0041a0b6b31f5f26f (diff)
downloadredis-27e29f4fe61d822eb23d948bcb72db76c4c887e5.tar.gz
Jemalloc updated to 4.4.0.
The original jemalloc source tree was modified to: 1. Remove the configure error that prevents nested builds. 2. Insert the Redis private Jemalloc API in order to allow the Redis fragmentation function to work.
Diffstat (limited to 'deps/jemalloc/.gitignore')
-rw-r--r--deps/jemalloc/.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/jemalloc/.gitignore b/deps/jemalloc/.gitignore
index d0e393619..08278d087 100644
--- a/deps/jemalloc/.gitignore
+++ b/deps/jemalloc/.gitignore
@@ -73,3 +73,19 @@ test/include/test/jemalloc_test_defs.h
/test/unit/*.out
/VERSION
+
+*.pdb
+*.sdf
+*.opendb
+*.opensdf
+*.cachefile
+*.suo
+*.user
+*.sln.docstates
+*.tmp
+/msvc/Win32/
+/msvc/x64/
+/msvc/projects/*/*/Debug*/
+/msvc/projects/*/*/Release*/
+/msvc/projects/*/*/Win32/
+/msvc/projects/*/*/x64/