Skip to content

Commit d04afd6

Browse files
committed
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).
1 parent f8ae70c commit d04afd6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.gitignore

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
.*.swp
22
*.o
3-
*.rdb
43
*.log
5-
redis-*
4+
dump.rdb
5+
redis-benchmark
6+
redis-check-aof
7+
redis-check-dump
8+
redis-cli
9+
redis-sentinel
10+
redis-server
611
doc-tools
712
release
813
misc/*

deps/jemalloc/.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
/config.stamp
33
/config.log
44
/config.status
5-
/configure
65
/doc/html.xsl
76
/doc/manpages.xsl
87
/doc/jemalloc.xml
9-
/doc/jemalloc.html
10-
/doc/jemalloc.3
118
/lib/
129
/Makefile
1310
/include/jemalloc/internal/jemalloc_internal\.h
1411
/include/jemalloc/internal/size_classes\.h
1512
/include/jemalloc/jemalloc\.h
1613
/include/jemalloc/jemalloc_defs\.h
17-
/test/jemalloc_test\.h
1814
/src/*.[od]
1915
/test/*.[od]
2016
/test/*.out
2117
/test/[a-zA-Z_]*
2218
!test/*.c
2319
!test/*.exp
24-
/VERSION
2520
/bin/jemalloc.sh

0 commit comments

Comments
 (0)