github.com/danil/iso8583@v0.21.0/.gitignore (about)

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