github.com/mikespook/gleam@v0.0.0-20170807230223-29a9392b522c/.gitignore (about)

     1  # Ignore all
     2  *
     3  # Unignore all with extensions
     4  !*.*
     5  # Unignore all dirs
     6  !*/
     7  
     8  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     9  *.o
    10  *.a
    11  *.so
    12  
    13  # Folders
    14  _obj
    15  _test
    16  _dist
    17  
    18  # Architecture specific extensions/prefixes
    19  *.[568vq]
    20  [568vq].out
    21  
    22  *.cgo1.go
    23  *.cgo2.c
    24  _cgo_defun.c
    25  _cgo_gotypes.go
    26  _cgo_export.*
    27  
    28  _testmain.go
    29  
    30  *.exe
    31  client/client
    32  z-node