github.com/cilium/cilium@v1.16.2/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  *.so.*
     6  *.d
     7  
     8  # LLVM IR files
     9  *.ll
    10  *.ll-*
    11  
    12  # Folders
    13  _obj
    14  _test
    15  _build/
    16  
    17  # Architecture specific extensions/prefixes
    18  *.cgo1.go
    19  *.cgo2.c
    20  _cgo_defun.c
    21  _cgo_gotypes.go
    22  _cgo_export.*
    23  
    24  _testmain.go
    25  
    26  *.exe
    27  *.test
    28  *.prof
    29  
    30  *.swn
    31  *.swp
    32  .vagrant
    33  vagrant.kubeconfig
    34  coverage.out
    35  coverage-all.out
    36  coverage-all.html
    37  coverage-all-tmp.out
    38  bpf-coverage.html
    39  bpf-coverage.cover
    40  
    41  .DS_Store
    42  .idea/
    43  .vscode/*
    44  !.vscode/launch.json
    45  !.vscode/extensions.json
    46  *.plist
    47  
    48  *_bash_completion
    49  *.swo
    50  outgoing
    51  
    52  *cscope.files
    53  *cscope.out
    54  *cscope.in.out
    55  *cscope.po.out
    56  *tags
    57  .gdb_history
    58  compile_commands.json
    59  
    60  man/
    61  
    62  test/envoy/cilium-files
    63  test/test_results*
    64  test/.vagrant
    65  test/tmp.yaml
    66  test/*_manifest.yaml
    67  test/*.xml
    68  test/*.json
    69  test/*.log
    70  test/bpf/_results
    71  test/cilium-[0-9a-f]*.yaml
    72  test/*tmp
    73  test/cilium-istioctl
    74  
    75  # Updates E2E Test
    76  old-charts/
    77  
    78  # generated test files
    79  test/k8s/manifests/cnp-second-namespaces.yaml
    80  test/cilium.conf.ginkgo
    81  external-workload-ca.crt
    82  external-workload-tls.crt
    83  external-workload-tls.key
    84  
    85  # GKE temporary files
    86  test/gke/cluster-name
    87  test/gke/cluster-uri
    88  test/gke/cluster-version
    89  test/gke/gke-kubeconfig
    90  test/gke/resize-kubeconfig
    91  test/gke/registry-adder.yaml
    92  
    93  # Emacs backup files
    94  *~
    95  
    96  # generated from make targets
    97  *.ok
    98  *.build_all
    99  LICENSE.all
   100  
   101  # Temporary files that allow build containers/VMs work without git
   102  # Not to be ignored by docker.
   103  GIT_VERSION
   104  
   105  # The following files get created during image builds
   106  .buildx
   107  .buildx_builder
   108  
   109  # Local developer config to be executed in the dev VM and CI VMs started locally
   110  .devvmrc
   111  
   112  # Generated dockerignore files
   113  images/*/Dockerfile.dockerignore
   114  
   115  # Local Emacs files
   116  .dir-locals.el
   117  
   118  # Clangd cache for indexed bpf code
   119  bpf/.cache
   120  .cache
   121  
   122  # Include dummy bpf object necessary for XDP_TX
   123  !test/l4lb/bpf_xdp_veth_host.o
   124  
   125  # Files used for direnv
   126  .direnv
   127  .envrc