-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (69 loc) · 2.26 KB
/
Copy path.gitignore
File metadata and controls
81 lines (69 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
Dockerfile.cross
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go workspace file
go.work
# Dependency directories (remove the comment below to include it)
# vendor/
# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*
# editor and IDE paraphernalia
.idea
.vscode
*.swp
*.swo
*~
# tmp
/tmp
# powerloop working files
/.powerloop/
# assistant working files, including the worktrees a background agent
# checks out under .claude/worktrees
/.claude/
# local planning documents
/.plan/
# build output
bin/
/dist/
# hack/live-image/build.sh populates this with the kezio-agent binary and
# the ezio source-build inputs (pinned ref, consumed by
# hooks/live/0400-build-ezio.hook.chroot) at build time (see the script's
# stage_ezio_build_inputs / build_agent / cleanup_includes functions) -
# never committed, only the static includes.chroot.static tree is.
/hack/live-image/config/includes.chroot/
# live-build's own working/output directories, created by `lb build`.
/hack/live-image/binary/
/hack/live-image/cache/
/hack/live-image/chroot/
/hack/live-image/.build/
/hack/live-image/config/chroot*
/hack/live-image/*.iso
/hack/live-image/*.log
# `lb config` (invoked by run_live_build) records the exact configuration
# it resolved and symlinks in live-build's stock hooks/package lists
# alongside kezio's own - both are regenerated on every run, never
# hand-authored, and only kezio's own config/*.chroot files under
# hooks/live, hooks/normal being absent, and package-lists are meant to
# be committed.
/hack/live-image/config/binary
/hack/live-image/config/bootstrap
/hack/live-image/config/common
/hack/live-image/config/source
/hack/live-image/config/package-lists/live.list.chroot
/hack/live-image/config/hooks/live/00*.hook.chroot
/hack/live-image/config/hooks/normal/
# `lb build` also drops its own manifests (installed-package lists,
# file/content listings, timestamps) as loose files directly under
# hack/live-image/ once a build reaches the chroot/binary/source stages -
# regenerated every run, never hand-authored.
/hack/live-image/chroot.*
/hack/live-image/binary.*
/hack/live-image/live-image-*