gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.gitignore (329B)


      1 #### joe made this: http://goel.io/joe
      2 
      3 #####=== Go ===#####
      4 
      5 # Compiled Object files, Static and Dynamic libs (Shared Objects)
      6 *.o
      7 *.a
      8 *.so
      9 
     10 # Folders
     11 _obj
     12 _test
     13 
     14 # Architecture specific extensions/prefixes
     15 *.[568vq]
     16 [568vq].out
     17 
     18 *.cgo1.go
     19 *.cgo2.c
     20 _cgo_defun.c
     21 _cgo_gotypes.go
     22 _cgo_export.*
     23 
     24 _testmain.go
     25 
     26 *.exe
     27 *.test
     28 *.prof
     29