mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
92 lines
904 B
Plaintext
92 lines
904 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
/ipsw
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Local cache
|
|
.gocache
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
debug
|
|
__debug_*
|
|
.env
|
|
|
|
# AI
|
|
.claude
|
|
CLAUDE*.md
|
|
.gemini
|
|
GEMINI*.md
|
|
AGENTS.md
|
|
|
|
# Go Work
|
|
*.work
|
|
*.work.sum
|
|
|
|
# ipsw files
|
|
*.ipsw
|
|
*.zip
|
|
*.im4p
|
|
*.img4
|
|
*_Restore
|
|
usr
|
|
*.xz
|
|
*.bin
|
|
*.s
|
|
.DS_Store
|
|
*.dmg
|
|
*.aea
|
|
*.signature
|
|
|
|
# Repo
|
|
*.bu
|
|
dist/
|
|
test-caches/
|
|
completions/
|
|
manpages/
|
|
*.txt
|
|
*.swift
|
|
*.prof
|
|
*.download
|
|
checksums.txt.sha1
|
|
mg.*
|
|
btm.go
|
|
|
|
# Docs
|
|
public
|
|
site/
|
|
www/docs/static/releases*.json
|
|
|
|
# Other
|
|
*.unstripped
|
|
*.bndb
|
|
*.lock
|
|
*.mobileprovision
|
|
*.img
|
|
*.pkg
|
|
internal/commands/ida/dscu/data/dscu.py
|
|
internal/download/data/proto
|
|
venv/
|
|
keybag.plist
|
|
OPC/
|
|
|
|
# Unicorn EMU
|
|
unicorn2/
|
|
|
|
# 🤫
|
|
cmd/ipsw/cmd/sb/sb_*.go
|
|
!cmd/ipsw/cmd/sb/sb_diff.go
|
|
internal/commands/sb/
|
|
pkg/sandbox/
|