yunion.io/x/cloudmux@v0.3.10-0-alpha.1/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    15  *.o
    16  *.a
    17  *.so
    18  *.swp
    19  
    20  # Folders
    21  _obj
    22  _test
    23  
    24  .VERSION
    25  .DS_Store
    26  # Architecture specific extensions/prefixes
    27  *.[568vq]
    28  [568vq].out
    29  
    30  *.cgo1.go
    31  *.cgo2.c
    32  _cgo_defun.c
    33  _cgo_gotypes.go
    34  _cgo_export.*
    35  
    36  _testmain.go
    37  
    38  *.prof
    39  _output