...
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/pytest-kat-envoy2.txt
32/pytest-kat-envoy3.txt
33
34# --- Files ignored by older versions ---
35# Remove the tail of this list when the commit making the change gets
36# far enough in to the past.
37
38# 2019-07-01
39/teleproxy
40/kubeapply
41/golangci-lint
42
43# 2019-02-06
44/patter.go
45/patter.go.tmp
View as plain text