github.com/fastly/go-fastly/v6@v6.8.0/.gitignore (about)

     1  ### Go ###
     2  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     3  *.o
     4  *.a
     5  *.so
     6  *.idea/
     7  # Folders
     8  _obj
     9  _test
    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  bin/
    28  pkg/
    29  RELEASE_CHANGELOG.md
    30  
    31  .envrc
    32  
    33  # IDE specs
    34  *.iml
    35  
    36  # MAC
    37  .DS_Store
    38