github.com/tickstep/library-go@v0.1.1/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.dll 4 *.so 5 *.dylib 6 cloudpan189-go 7 cloudpan189-go.exe 8 cmd/AndroidNDKBuild/AndroidNDKBuild 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 out/ 16 *.dl 17 18 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 19 .glide/ 20 21 # Others 22 .DS_Store 23 *.proc 24 *.txt 25 *.log 26 *.gz 27 captcha.png 28 cloud189_config.json 29 cloud189_command_history.txt 30 cloud189_uploading.json 31 test/ 32 download/ 33 *-downloading 34 35 # GoLand 36 .idea/ 37 38 demos/ 39 git_push.sh