github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *.ko
     6  *.obj
     7  
     8  # Precompiled Headers
     9  *.gch
    10  *.pch
    11  
    12  # Libraries
    13  *.lib
    14  *.a
    15  *.la
    16  *.lo
    17  
    18  # Folders
    19  _obj
    20  _test
    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
    35  *.prof
    36  
    37  # Output of the go coverage tool, specifically when used with LiteIDE
    38  *.out
    39  
    40  # Autotools
    41  Makefile
    42  Makefile.in
    43  /autom4te.cache
    44  /autoscan.log
    45  /autoscan-*.log
    46  /aclocal.m4
    47  /compile
    48  /config.h.in
    49  /config.log
    50  /config.status
    51  /configure
    52  /configure.scan
    53  /depcomp
    54  /install-sh
    55  /missing
    56  /stamp-h1
    57  
    58  # glide
    59  vendor
    60  
    61  # Temporary files
    62  *~
    63  *.swp
    64  *.sw?
    65  
    66  # Tests
    67  *.log
    68  *.test
    69  !dockerfilelint.test
    70  !gofmt.test
    71  !go.test
    72  *.trs
    73  .deps
    74  .dirstamp
    75  test-driver
    76  
    77  # build output
    78  _output
    79  
    80  # build docs output
    81  _docs