github.com/dashpay/godash@v0.0.0-20160726055534-e038a21e0e3d/.gitignore (about)

     1  # Temp files
     2  *~
     3  
     4  # Databases
     5  btcd.db
     6  *-shm
     7  *-wal
     8  
     9  # Log files
    10  *.log
    11  
    12  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    13  *.o
    14  *.a
    15  *.so
    16  
    17  # Folders
    18  _obj
    19  _test
    20  vendor
    21  
    22  # Architecture specific extensions/prefixes
    23  *.[568vq]
    24  [568vq].out
    25  
    26  *.cgo1.go
    27  *.cgo2.c
    28  _cgo_defun.c
    29  _cgo_gotypes.go
    30  _cgo_export.*
    31  
    32  _testmain.go
    33  
    34  *.exe