github.com/craigmonson/colonize@v0.1.1-alpha.0.20170808202020-04bf903fb1ea/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  
     6  # Folders
     7  _obj
     8  _test
     9  dist
    10  
    11  # Architecture specific extensions/prefixes
    12  *.[568vq]
    13  [568vq].out
    14  
    15  *.cgo1.go
    16  *.cgo2.c
    17  _cgo_defun.c
    18  _cgo_gotypes.go
    19  _cgo_export.*
    20  
    21  _testmain.go
    22  
    23  *.exe
    24  *.test
    25  *.prof
    26  
    27  #vim
    28  *.sw*
    29  
    30  # golang
    31  *.coverprofile
    32  
    33  # testing files
    34  _combined*
    35  _remote*
    36  
    37  # binary
    38  colonize
    39  
    40  # state files
    41  *.tfstate
    42  *.tfstate.backup
    43  .DS_Store