1 Star 0 Fork 152

ljunwei/FastCFS

forked from happyfish100/FastCFS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
happyfish100 提交于 2021-06-18 08:12 +08:00 . add api/tests/test_read_ahead.c
# Makefile.in
src/api/Makefile
src/api/tests/Makefile
src/fuse/Makefile
src/tools/Makefile
src/auth/server/Makefile
src/auth/client/Makefile
src/auth/client/tools/Makefile
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dSYM
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
src/api/tests/test_file_op
src/api/tests/test_file_copy
src/api/tests/test_read_ahead
src/fuse/fcfs_fused
src/tools/fcfs_active_test
src/auth/server/fcfs_authd
src/auth/client/tools/fcfs_user
src/auth/client/tools/fcfs_pool
src/auth/client/tools/fauth_list_servers
# other
logs
data
*.pid
*.swp
*.swo
# Build tmp path after execute fastcfs.sh
build
.DS_Store
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ljunwei/FastCFS.git
git@gitee.com:ljunwei/FastCFS.git
ljunwei
FastCFS
FastCFS
master

搜索帮助