github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.dll
     4  *.so
     5  *.dylib
     6  BaiduPCS-Go
     7  cmd/AndroidNDKBuild/AndroidNDKBuild
     8  
     9  # Test binary, build with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  out/
    15  *.dl
    16  
    17  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    18  .glide/
    19  
    20  # Others
    21  .DS_Store
    22  *.proc
    23  *.txt
    24  *.log
    25  *.gz
    26  captcha.png
    27  pcs_config.json
    28  test/
    29  download/
    30  *-downloading
    31  
    32  # GoLand
    33  .idea/