From aeb171dca7a3b951386862fb3eaf68fafcfe57e7 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 22 Nov 2019 07:54:16 +0800 Subject: [PATCH] change .gitignore --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 383a7e7..458784e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ client/fdfs_link_library.sh # Compiled Dynamic libraries *.so *.dylib +*.dSYM *.dll # Fortran module files @@ -39,19 +40,38 @@ client/fdfs_link_library.sh *.exe *.out *.app -client/fdfs_append_file* -client/fdfs_appender_test* -client/fdfs_crc32* -client/fdfs_delete_file* -client/fdfs_download_file* -client/fdfs_file_info* -client/fdfs_monitor* -client/fdfs_test* -client/fdfs_test1* -client/fdfs_upload_appender* -client/fdfs_upload_file* -storage/fdfs_storaged* -tracker/fdfs_trackerd* +client/fdfs_append_file +client/fdfs_appender_test +client/fdfs_appender_test1 +client/fdfs_crc32 +client/fdfs_delete_file +client/fdfs_download_file +client/fdfs_file_info +client/fdfs_monitor +client/fdfs_test +client/fdfs_test1 +client/fdfs_upload_appender +client/fdfs_upload_file +client/fdfs_regenerate_filename +client/test/fdfs_monitor +client/test/fdfs_test +client/test/fdfs_test1 +storage/fdfs_storaged +tracker/fdfs_trackerd +test/combine_result +test/100M +test/10M +test/1M +test/200K +test/50K +test/5K +test/gen_files +test/test_delete +test/test_download +test/test_upload +test/upload/ +test/download/ +test/delete/ # other php_client/.deps @@ -79,4 +99,8 @@ php_client/libtool php_client/ltmain.sh php_client/missing php_client/mkinstalldirs -php_client/run-tests.php \ No newline at end of file +php_client/run-tests.php + +# fastdfs runtime paths +data/ +logs/