-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (64 loc) · 2.48 KB
/
Copy path.gitignore
File metadata and controls
77 lines (64 loc) · 2.48 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
# ── Build artifacts ──────────────────────────────────────────
*.o
*.a
*.so
*.so.*
*.lo
*.la
*.dylib
.objects/
.deps/
# ── Compiled binaries ───────────────────────────────────────
*.elf
src/compositors/hyprland/st/st-wl
src/compositors/dwm/st/st
# ── Rust build artifacts ────────────────────────────────────
**/target/
# ── Dev-only test scripts ──────────────────────────────────
src/shared/apps/notif-center/test-notifications.sh
# ── Generated protocol files (wayland-scanner output) ───────
xdg-shell-protocol.c
xdg-shell-client-protocol.h
xdg-decoration-protocol.c
xdg-decoration-protocol.h
# ── st/st-wl generated config ──────────────────────────────
# config.h and patches.h are tracked for st-wl (our customizations)
# but the 'options' file is build-generated junk
options
*.h.bak
# ── Release / VM testing (large files) ──────────────────────
release/*.qcow2
release/*.iso
release/*.fd
release/*.log
release/OVMF_VARS.fd
release/vmshare/
# ── Build outputs (written outside src/ to keep source tree clean) ────────
build/
*.iso
build-iso-*.log
# ── Caches ──────────────────────────────────────────────────
.cache/
*.cache
# ── Reference material (3rd-party dotfiles, not our code) ───
reference/
# ── Scratch / notes (not project docs) ──────────────────────
prompt.txt
smplOS.md
lightdm vs sddm
# ── Editor / IDE ────────────────────────────────────────────
.vscode/
*.swp
*.swo
*~
.idea/
compile_commands.json
# ── OS junk ─────────────────────────────────────────────────
.DS_Store
Thumbs.db
Screenshot_*.png
*.iso.sha256
# Embedded upstream clones for local study (not tracked)
research/scroll-study/hyprscroller/
research/scroll-study/scroll/
tools/smplos-scrolling-debug-*.log