forked from CopperlineHQ/Copperline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (63 loc) · 2.23 KB
/
Copy path.gitignore
File metadata and controls
75 lines (63 loc) · 2.23 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
/target
# Maintainer-local AI-assistant instruction files: kept locally, not part of
# the repo. The committed AGENTS.md (and its CLAUDE.md symlink) points agents
# at these when present.
/AGENTS.local.md
/CLAUDE.local.md
# Local test assets: ROMs and disk/hard-disk images are never committed
# (see tests/README.md). Patterns are case-insensitive because dumps arrive
# as .adf/.ADF, .dms/.DMS, etc.
*.[Rr][Oo][Mm]
*.[Aa][Dd][Ff]
*.[Aa][Dd][Zz]
*.[Dd][Mm][Ss]
*.[Hh][Dd][Ff]
*.[Ss][Cc][Pp]
# Split EPROM dumps (e.g. the A2091 SCSI boot ROM: foo.U12 / foo.U13).
*.[Uu][0-9]
*.[Uu][0-9][0-9]
# Local asset directory for the ignored integration tests.
/test-assets/
# Standalone cputest runner build output.
/crates/cputest-runner/target
# Standalone HostSocket plugin build output (the committed artifact is
# assets/hostsocket/hostsocket_plugin.wasm).
/crates/hostsocket-plugin/target
# CD images (cue/bin) are local assets, never committed.
*.[Cc][Uu][Ee]
*.[Bb][Ii][Nn]
*.[Ii][Ss][Oo]
# Exception: the AROS ROM is open-source (APL) and freely redistributable,
# unlike the copyrighted Kickstart/CD ROMs above. It is the default boot ROM
# and ships with the build, so it is committed despite the *.bin rule.
!/assets/aros/aros-amiga-m68k-rom.bin
!/assets/aros/aros-amiga-m68k-ext.bin
!/assets/services/services_rom.bin
!/assets/hostsocket/hostsocket_rom.bin
# Local run artifacts (screenshots, recordings, save states, input scripts,
# RTC battery-RAM backing files).
copperline-screenshot-*.png
copperline-video-*.avi
*.clstate
*.clscript
*.nvram
.DS_Store
# MyST documentation build output (see docs/README.md). The root copy
# appears when myst runs from the repository root rather than docs/.
/docs/_build
/_build
# Python bytecode from the tools/ helper scripts.
__pycache__/
# Default linker output, from compiling a scratch C probe in the tree.
/a.out
# Linux AppImage build artifacts (packaging/appimage/build-appimage.sh).
/AppDir
/.appimage-tools
/*.AppImage
# macOS disk image build artifact (packaging/macos/build-dmg.sh); the .app
# bundle stages under /target, already ignored above.
/*.dmg
# Guest-code build intermediates (the committed artifact is the .bin blob).
/guest/services/handler.*
# Local clangd configs (machine-specific include paths).
.clangd