github.com/amitbet/vnc2video@v0.0.0-20190616012314-9d50b9dab1d9/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.dll
     4  *.so
     5  *.dylib
     6  
     7  # Test binary, build with `go test -c`
     8  *.test
     9  
    10  # Output of the go coverage tool, specifically when used with LiteIDE
    11  *.out
    12  debug
    13  ffmpeg
    14  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    15  .glide/
    16  .idea/
    17  workspace.xml
    18  *.avi
    19  *.mp4
    20  *.mov
    21  *.idx_
    22  example/client/client
    23  example/server/server
    24  example/proxy/proxy