github.com/gramework/gramework@v1.8.1-0.20231027140105-82555c9057f5/.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  
    10  # Architecture specific extensions/prefixes
    11  *.[568vq]
    12  [568vq].out
    13  
    14  *.cgo1.go
    15  *.cgo2.c
    16  _cgo_defun.c
    17  _cgo_gotypes.go
    18  _cgo_export.*
    19  
    20  _testmain.go
    21  
    22  *.exe
    23  *.test
    24  *.prof
    25  coverage.txt
    26  profile.out
    27  cpu.out
    28  mem.out
    29  
    30  tls-gramecache.dev
    31  tls-gramecache
    32  
    33  infraclient
    34  intercom
    35  users
    36  db
    37  
    38  test_cert.pem
    39  test_key.pem
    40  
    41  disabled
    42  nettls_*
    43  .idea
    44  
    45  # unvendor some packages
    46  vendor/github.com/graph-gophers
    47  vendor/github.com/apex
    48  vendor/github.com/opentracing
    49  vendor/github.com/prometeus
    50  vendor/github.com/valyala
    51  vendor/github.com/fasthttp-contrib
    52  vendor/github.com/gramework
    53  
    54  .history