.gitignore
changeset 1 00a8d005bc21
child 29 c97af08ff698
equal deleted inserted replaced
0:3a990ffb9368 1:00a8d005bc21
       
     1 # Created by .ignore support plugin (hsz.mobi)
       
     2 ### Go template
       
     3 # Binaries for programs and plugins
       
     4 *.exe
       
     5 *.dll
       
     6 *.so
       
     7 *.dylib
       
     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 
       
    15 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
       
    16 .glide/
       
    17 
       
    18 .idea/