github.com/noironetworks/cilium-net@v1.6.12/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *.so.*
     6  
     7  # LLVM IR files
     8  *.ll
     9  *.ll-*
    10  
    11  # Folders
    12  _obj
    13  _test
    14  tests/cilium-files
    15  test/test_results
    16  _build/
    17  
    18  # Architecture specific extensions/prefixes
    19  *.cgo1.go
    20  *.cgo2.c
    21  _cgo_defun.c
    22  _cgo_gotypes.go
    23  _cgo_export.*
    24  
    25  _testmain.go
    26  
    27  *.exe
    28  *.test
    29  *.prof
    30  
    31  *.swn
    32  *.swp
    33  .vagrant
    34  vagrant.kubeconfig
    35  coverage.out
    36  coverage-all.out
    37  coverage-all.html
    38  
    39  .DS_Store
    40  .idea/
    41  *.plist
    42  
    43  cilium/bash_autocomplete
    44  *.swo
    45  outgoing
    46  
    47  *cscope.files
    48  *cscope.out
    49  *cscope.in.out
    50  *cscope.po.out
    51  *tags
    52  
    53  man/
    54  
    55  test/tmp.yaml
    56  test/*_service_manifest.json
    57  test/*_manifest.yaml
    58  test/*_policy.json
    59  test/*.xml
    60  
    61  # Emacs backup files
    62  *~
    63  
    64  # Temporary files that allow build containers/VMs work without git
    65  GIT_VERSION
    66  
    67  test/bpf/_results
    68  
    69  # generated from make targets
    70  *.ok