change .gitignore
parent
7455191fa3
commit
aeb171dca7
|
|
@ -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
|
||||
php_client/run-tests.php
|
||||
|
||||
# fastdfs runtime paths
|
||||
data/
|
||||
logs/
|
||||
|
|
|
|||
Loading…
Reference in New Issue