github.com/scaleoutsean/fusego@v0.0.0-20220224074057-4a6429e46bb8/.gitignore (about)

     1  # Vim detritus
     2  .*.swp
     3  
     4  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     5  *.o
     6  *.a
     7  *.so
     8  
     9  # Folders
    10  _obj
    11  _test
    12  
    13  # Architecture specific extensions/prefixes
    14  *.[568vq]
    15  [568vq].out
    16  
    17  *.cgo1.go
    18  *.cgo2.c
    19  _cgo_defun.c
    20  _cgo_gotypes.go
    21  _cgo_export.*
    22  
    23  _testmain.go
    24  
    25  *.exe
    26  *.test
    27  *.prof