github.com/mvdan/u-root-coreutils@v0.0.0-20230122170626-c2eef2898555/.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  integration/coverage/
    15  
    16  # Folders
    17  _obj
    18  _test
    19  
    20  # Architecture specific extensions/prefixes
    21  *.[568vq]
    22  [568vq].out
    23  
    24  *.cgo1.go
    25  *.cgo2.c
    26  _cgo_defun.c
    27  _cgo_gotypes.go
    28  _cgo_export.*
    29  
    30  _testmain.go
    31  
    32  *.exe
    33  bin
    34  dev
    35  /buildbin
    36  tinycorelinux*
    37  *.swp
    38  go.cpio
    39  initramfs.cpio
    40  /init
    41  bzImage
    42  vmlinux
    43  *.patch
    44  
    45  # Python Virtual Env
    46  *.env
    47  *.venv
    48  
    49  # Vim swap files
    50  *.swp
    51  .*.swp
    52  
    53  # tools
    54  tools/checklicenses/checklicenses