github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/.gitignore (about)

     1  # Created by https://www.gitignore.io/api/go
     2  
     3  ### Go ###
     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
    28  
    29  .client_test.conf.json