github.com/bilus/oya@v0.0.3-0.20190301162104-da4acbd394c6/.gitignore (about)

     1  oya
     2  .oya/
     3  
     4  ### OSX ###
     5  # General
     6  .DS_Store
     7  .AppleDouble
     8  .LSOverride
     9  
    10  ### Go ###
    11  # Binaries for programs and plugins
    12  *.exe
    13  *.exe~
    14  *.dll
    15  *.so
    16  *.dylib
    17  
    18  # Test binary, built with `go test -c`
    19  *.test
    20  
    21  # Output of the go coverage tool, specifically when used with LiteIDE
    22  *.out
    23  
    24  ### Go Patch ###
    25  /vendor/
    26  /Godeps/
    27  
    28  ### Go builds ###
    29  /dist/