github.com/fafucoder/cilium@v1.6.11/.dockerignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  
     6  # LLVM IR files
     7  *.ll
     8  *.ll-*
     9  
    10  # Folders
    11  _obj
    12  _test
    13  _build/
    14  hack/
    15  
    16  # Architecture specific extensions/prefixes
    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  *.test
    27  *.prof
    28  
    29  *.swn
    30  *.swp
    31  .vagrant/
    32  vagrant.kubeconfig
    33  coverage.out
    34  coverage-all.out
    35  coverage-all.html
    36  
    37  .DS_Store
    38  .idea/
    39  *.plist
    40  
    41  cilium/bash_autocomplete
    42  *.swo
    43  outgoing
    44  
    45  *cscope.files
    46  *cscope.out
    47  *cscope.in.out
    48  *cscope.po.out
    49  *tags
    50  
    51  man/
    52  
    53  # Test files
    54  test/tmp.yaml
    55  test/*_service_manifest.json
    56  test/*_manifest.yaml
    57  test/*_policy.json
    58  test/*.xml
    59  tests/cilium-files
    60  test/test_results
    61  test/*.json
    62  test/.vagrant/
    63  
    64  # Emacs backup files
    65  *~
    66  
    67  # Automatically generated when needed
    68  .dockerignore
    69  
    70  # Temporary files that allow build containers/VMs work without git
    71  
    72  test/bpf/_results
    73  
    74  # generated from make targets
    75  *.ok