...

Text file src/github.com/go-kit/kit/.gitignore

Documentation: github.com/go-kit/kit

     1*.coverprofile
     2
     3# Compiled Object files, Static and Dynamic libs (Shared Objects)
     4*.o
     5*.a
     6*.so
     7
     8# Folders
     9_obj
    10_test
    11_old*
    12
    13# Architecture specific extensions/prefixes
    14*.[568vq]
    15[568vq].out
    16
    17*.cgo1.go
    18*.cgo2.c
    19_cgo_defun.c
    20_cgo_gotypes.go
    21_cgo_export.*
    22
    23_testmain.go
    24
    25*.exe
    26
    27# https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
    28# swap
    29[._]*.s[a-w][a-z]
    30[._]s[a-w][a-z]
    31# session
    32Session.vim
    33# temporary
    34.netrwhist
    35*~
    36# auto-generated tag files
    37tags
    38

View as plain text