change .gitignore

pull/484/head
YuQing 2019-11-22 07:54:16 +08:00
parent 7455191fa3
commit aeb171dca7
1 changed files with 38 additions and 14 deletions

50
.gitignore vendored
View File

@ -23,6 +23,7 @@ client/fdfs_link_library.sh
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
*.dSYM
*.dll *.dll
# Fortran module files # Fortran module files
@ -39,19 +40,38 @@ client/fdfs_link_library.sh
*.exe *.exe
*.out *.out
*.app *.app
client/fdfs_append_file* client/fdfs_append_file
client/fdfs_appender_test* client/fdfs_appender_test
client/fdfs_crc32* client/fdfs_appender_test1
client/fdfs_delete_file* client/fdfs_crc32
client/fdfs_download_file* client/fdfs_delete_file
client/fdfs_file_info* client/fdfs_download_file
client/fdfs_monitor* client/fdfs_file_info
client/fdfs_test* client/fdfs_monitor
client/fdfs_test1* client/fdfs_test
client/fdfs_upload_appender* client/fdfs_test1
client/fdfs_upload_file* client/fdfs_upload_appender
storage/fdfs_storaged* client/fdfs_upload_file
tracker/fdfs_trackerd* 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 # other
php_client/.deps php_client/.deps
@ -80,3 +100,7 @@ php_client/ltmain.sh
php_client/missing php_client/missing
php_client/mkinstalldirs php_client/mkinstalldirs
php_client/run-tests.php php_client/run-tests.php
# fastdfs runtime paths
data/
logs/