100 Star 679 Fork 151

GVPhappyfish100/FastCFS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
happyfish100 提交于 2023-11-20 14:46 . rename files in src/api/tests
# Makefile.in
src/api/Makefile
src/api/tests/Makefile
src/preload/Makefile
src/fuse/Makefile
src/tools/Makefile
src/auth/server/Makefile
src/auth/client/Makefile
src/auth/client/tools/Makefile
src/vote/server/Makefile
src/vote/client/Makefile
src/vote/client/tools/Makefile
src/java/jni/Makefile
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.class
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dSYM
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
src/api/tests/fcfs_test_file_op
src/api/tests/fcfs_test_file_copy
src/api/tests/fcfs_test_papi_copy
src/api/tests/fcfs_test_read_ahead
src/api/tests/fcfs_beachmark
src/fuse/fcfs_fused
src/tools/fcfs_active_test
src/tools/fcfs_pool_stat
src/auth/server/fcfs_authd
src/auth/client/tools/fcfs_user
src/auth/client/tools/fcfs_pool
src/auth/client/tools/fauth_list_servers
src/auth/client/tools/fauth_cluster_stat
src/vote/server/fcfs_voted
src/vote/client/tools/fvote_cluster_stat
# other
logs
data
*.pid
*.swp
*.swo
# Build tmp path after execute fastcfs.sh
build
.DS_Store
.fcfs
.idea
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fastdfs100/FastCFS.git
git@gitee.com:fastdfs100/FastCFS.git
fastdfs100
FastCFS
FastCFS
master

搜索帮助