...

Text file src/github.com/emissary-ingress/emissary/v3/build-aux/.gitignore

Documentation: github.com/emissary-ingress/emissary/v3/build-aux

     1.tmp.*
     2*.tmp
     3
     4# prelude.mk
     5/bin/
     6
     7# teleproxy.mk
     8/teleproxy.log
     9
    10# kubernaut.mk
    11*.knaut
    12*.knaut.claim
    13
    14# docker-cluster.mk
    15/docker-port-forward.lock
    16/docker-port-forward.log
    17/docker-registry.yaml.o
    18/docker-registry.deploy
    19
    20# generate.mk
    21/go1*.src.tar.gz
    22/go-version.txt
    23/py-version.txt
    24/pip-show.txt
    25
    26# var.mk
    27/.var.*
    28
    29# builder.mk
    30/pytest-kat.txt
    31
    32# --- Files ignored by older versions ---
    33# Remove the tail of this list when the commit making the change gets
    34# far enough in to the past.
    35
    36# whenever-we-stop-working-on-2.x
    37/pytest-kat-envoy2.txt
    38/pytest-kat-envoy3.txt
    39
    40# 2019-07-01
    41/teleproxy
    42/kubeapply
    43/golangci-lint
    44
    45# 2019-02-06
    46/patter.go
    47/patter.go.tmp

View as plain text