Skip to content

Commit 11e589a

Browse files
author
bluenet13
committed
change file attribute
1 parent 5c3262d commit 11e589a

29 files changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.*.swp
2+
*.o
3+
*.log
4+
dump.rdb
5+
redis-benchmark
6+
redis-check-aof
7+
redis-check-dump
8+
redis-cli
9+
redis-sentinel
10+
redis-server
11+
doc-tools
12+
release
13+
misc/*
14+
src/release.h
15+
appendonly.aof
16+
SHORT_TERM_TODO
17+
release.h
18+
src/transfer.sh
19+
src/configs
20+
redis.ds
21+
src/redis.conf
22+
src/nodes.conf
23+
deps/lua/src/lua
24+
deps/lua/src/luac
25+
deps/lua/src/liblua.a
26+
.make-*
27+
.prerequisites
28+
*.dSYM

deps/jemalloc/autogen.sh

100644100755
File mode changed.

deps/jemalloc/bin/pprof

100644100755
File mode changed.

deps/jemalloc/config.guess

100644100755
File mode changed.

deps/jemalloc/config.sub

100644100755
File mode changed.

deps/jemalloc/coverage.sh

100644100755
File mode changed.

deps/jemalloc/include/jemalloc/internal/private_namespace.sh

100644100755
File mode changed.

deps/jemalloc/include/jemalloc/internal/private_unnamespace.sh

100644100755
File mode changed.

deps/jemalloc/include/jemalloc/internal/public_namespace.sh

100644100755
File mode changed.

deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)