gitlab.com/beacon-software/gadget@v0.0.0-20181217202115-54565ea1ed5e/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  *.swp
     8  .coverage
     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  
    16  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    17  .glide/
    18  vendor/
    19  
    20  .DS_Store