istio.io/istio@v0.0.0-20240520182934-d79c90f27776/.gitignore (about)

     1  # git history files
     2  .history_rewritten_*
     3  # Eclipse artifacts
     4  .project
     5  .pydevproject
     6  #Vagrant
     7  tools/vagrant/.vagrant/
     8  # Intellij
     9  *.iml
    10  .idea/
    11  .run/
    12  # Visual Studio Code
    13  .vscode/
    14  # Bazel
    15  /bazel-*
    16  # vi swap files
    17  .*.swp
    18  # vi backups
    19  *.bak
    20  # common backups
    21  *~
    22  # python artifacts
    23  *.pyc
    24  # pilot
    25  pilot/pkg/kube/config
    26  pilot/pkg/proxy/envoy/envoy
    27  # lint
    28  lintconfig.gen.json
    29  .istiorc
    30  .istiorc.mk
    31  # codegen stuff
    32  bin/adapterlinter
    33  bin/protoc-gen-gogoslick*
    34  bin/protoc-min-version*
    35  bin/protoc-gen-docs*
    36  bin/testlinter
    37  bin/envvarlinter
    38  bin/istioctl
    39  *.orig
    40  # Avoid accidental istio.VERSION changes
    41  istio.VERSION
    42  LICENSES.txt
    43  # Proxy generated proxy config in integration test
    44  tests/integration/component/proxy/envoy.conf
    45  **/var/run/secrets/
    46  # Certs generated by testing
    47  security/cmd/node_agent/na/cert_file
    48  security/cmd/node_agent/na/pkey
    49  # istioctl bash completion file
    50  tools/istioctl.bash
    51  vendor
    52  # Contains the built artifacts
    53  out/
    54  etc/
    55  var/
    56  # Go compiled tests
    57  *.test
    58  # Profiles
    59  *.prof
    60  # MacOS extended attributes
    61  ._*
    62  # MacOS Desktop Services Store
    63  .DS_Store