...
1/build-output/
2/vendor/
3
4*.tgz
5*.img.tar
6*.layer.tar
7.*.stamp
8/docker/kat-server/server.crt
9/docker/kat-server/server.key
10
11*.pyc
12*~
13.cache
14.coverage
15.dmypy
16.dmypy.json
17.python-version
18.DS_Store
19.skip_test_warning
20venv
21.venv
22__pycache__
23.pytest_cache
24.mypy_cache
25.envrc
26
27# local files
28*.local
29*.local.sh
30
31# binaries
32/charts/docgen
33
34# helm chart
35charts/emissary-ingress/ci/tests/values
36charts/emissary-ingress/artifacts
37charts/emissary-ingress/k3dconfig
38charts/yq
39
40/docker/images.sh
41/docker/images.tar
42/docker/volume.tar
43*.docker
44*.docker.stamp
45*.docker.tag.*
46*.docker.push.*
47
48*.egg-info
49/build
50/python/build
51dist
52
53# kubeapply
54*.yaml.o
55
56# misc
57*.out
58*.log
59*.tmp
60*.bak
61*.orig
62*.rej
63log.txt
64
65# From `make update-aws`
66/stable.txt
67/app.json
68
69docs/_book
70docs/_site
71docs/Gemfile.lock
72docs/node_modules
73package-lock.json
74.netlify
75node_modules
76unused-e2e
77
78.forge
79forge.yaml
80
81# Editor nonsense
82.vscode
83.idea
84*.iml
85tags
86
87# Test outputs
88no-such-file
89envoy.json
90intermediate.json
91gold.no_yaml.json
92v1.json
93check-*.json
94stats.json
95ambassador-deployment-*.yaml
96ambassador-secrets-deployment.yaml
97*failures.txt
98*.swp
99.ambassador_ignore_ingress_class
100/test-chart-values.yaml
101# `.coverage.HOSTNAME.PID.NNN` - I'm not sure what causes these to get written, but `make pytest-kat` does it
102.coverage.*.*.*
103
104# --- Files ignored by older versions ---
105# Remove the tail of this list when the commit making the change gets
106# far enough in to the past.
107
108# 2022-05-19
109/bin
110/bin_*/
111# 2022-04-18
112/build-aux/version-hack.stamp.mk
113/manifests/emissary/*.yaml
114/docs/yaml/versions.yml
115# 2022-01-31
116/docker/container.txt
117/docker/container.txt.stamp
View as plain text