github.com/oweisse/u-root@v0.0.0-20181109060735-d005ad25fef1/.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  etc/
    36  lib64/
    37  usr/
    38  /lib/
    39  tinycorelinux*
    40  tmp
    41  *.swp
    42  go.cpio
    43  initramfs.cpio
    44  src/init/init
    45  Core/
    46  /5.x
    47  /.bash_history
    48  /init
    49  bzImage
    50  vmlinux
    51  
    52  # Python Virtual Env
    53  *.env
    54  *.venv
    55  
    56  # Vim swap files
    57  *.swp