gitee.com/mirrors_u-root/u-root@v7.0.0+incompatible/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *~
     6  
     7  bazel-*
     8  
     9  /bbsh
    10  /bb
    11  /u-root
    12  !vendor/github.com/u-root
    13  integration/serial/
    14  
    15  # Folders
    16  _obj
    17  _test
    18  
    19  # Architecture specific extensions/prefixes
    20  *.[568vq]
    21  [568vq].out
    22  
    23  *.cgo1.go
    24  *.cgo2.c
    25  _cgo_defun.c
    26  _cgo_gotypes.go
    27  _cgo_export.*
    28  
    29  _testmain.go
    30  
    31  *.exe
    32  bin
    33  dev
    34  /buildbin
    35  tinycorelinux*
    36  *.swp
    37  go.cpio
    38  initramfs.cpio
    39  /init
    40  bzImage
    41  vmlinux
    42  *.patch
    43  
    44  # Python Virtual Env
    45  *.env
    46  *.venv
    47  
    48  # Vim swap files
    49  *.swp
    50  .*.swp
    51  
    52  # tools
    53  tools/checklicenses/checklicenses