-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (67 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
75 lines (67 loc) · 1.41 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
# Optional local reference clones (do not commit; clone as needed)
# Parser source of truth: core/fwlive-log.js (tracked)
/openwrt/
/openwrt-build.pid
/luci/
/firewall4/
core.legacy/
# Wave working checkouts (sibling pattern; not tracked)
/wave/
# --- Disk / VM images (large binaries) ---
/lab/images/
/lab/qemu-known_hosts
*.img
*.img.gz
*.img.xz
*.qcow2
*.qcow2.gz
*.vmdk
*.vdi
*.vhdx
*.raw
*.iso
*.dmg
# --- OpenWrt SDK / toolchain downloads (never commit) ---
openwrt-sdk-*.tar.zst
openwrt-toolchain-*.tar.zst
openwrt-imagebuilder-*.tar.zst
llvm-bpf-*.tar.zst
# Extracted SDK trees (anywhere under repo)
openwrt-sdk-*/
sdk-*-openwrt-*/
/openwrt-sdk/
/.sdk/
.sdk/
# --- Build / staging artifacts (SDK output, copied packages) ---
*.log
*.ipk
/out/
/out-sdk-packages/
/feed-staging/
/bin/usign
/opkg-secret.key
apk-secret.rsa
fwlive-feed.rsa.pub
public.key
*.tmp
# mktemp siblings from feed-keys normalize/decode (not covered by *.tmp)
opkg-secret.key.*
apk-secret.rsa.*
public.key.*
fwlive-feed.rsa.pub.*
# Accidental OpenWrt dirs at repo root (SDK trees belong under openwrt-sdk-*/ or .sdk/ above)
/staging_dir/
/build_dir/
/tmp/
/dl/
# Host-side SDK dl/feeds bind mounts (CI + local docker-sdk rebuilds)
.ci-sdk-cache/
# Editor / OS
.DS_Store
*.swp
*~
# Playwright MCP session dumps (repo-local browser MCP)
.cursor/browser-output/
# Node dev deps (screenshot capture only — not shipped in .ipk)
node_modules/
__pycache__/