apt-ostree/.gitignore
robojerk aadf99a3e1 improve: enhance rootfs command robustness and flexibility
- Remove dependency on manifest parsing for reference discovery
- Automatically detect and use first available OSTree reference
- Simplify command usage - no need to parse treefile for reference name
- Add better error handling for empty repositories
- Improve user experience by showing which reference is being used
- Make command more flexible for different use cases
2025-09-01 18:14:38 -07:00

173 lines
1.9 KiB
Text

# Research and inspiration files
.notes/rpm-ostree-main
.notes/inspiration/
!/.notes/inspiration/readme.md
*/inspiration/
inspiration
# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock
# Debian build artifacts
*.deb
*.ddeb
*.udeb
debian/.debhelper/
debian/cargo/
debian/*.debhelper
debian/debhelper-build-stamp
debian/*.log
debian/*.substvars
debian/files
debian/*.conffiles
debian/*.postinst
debian/*.postrm
debian/*.prerm
debian/*.triggers
*issue.md
# Package archives and tarballs
*.tar
*.tar.gz
*.tar.xz
*.tar.bz2
*.zip
*.7z
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
debian/*.log
# Temporary files
*.tmp
*.temp
temp/
tmp/
.archive
# Backup files
*.bak
*.backup
# Trash
.1trash/
stubs.txt
# Test artifacts
test-*.log
test-results/
coverage/
*.profraw
*.profdata
# Build stamps and cache
*.stamp
.cache/
.cargo/registry/
.cargo/git/
# Debug symbols and large binary files
*.debug
*.dbg
*.so.debug
*.dSYM/
debug/
debuginfo/
# Generated documentation
docs/_build/
docs/.doctrees/
docs/api/
# Environment files
.env
.env.local
.env.*.local
# Local configuration
config.local.*
*.local
# Large files and archives
*.iso
*.img
*.qcow2
*.vmdk
*.ova
*.ovf
*.bin
*.exe
*.dll
*.dylib
*.a
*.o
*.elf
# Additional build artifacts
build/
dist/
out/
output/
*.build
*.buildinfo
# apt-ostree specific artifacts
output/
apt-ostree-build/
test-*.tar
test-*.log
*.tar
oci-image/
apt-ostree/
# Container and test artifacts
Dockerfile.test
test-compose-container.sh
test-*.sh
test-*.rs
# Temporary test directories
test-checkout/
test-results/
# Large binary files and archives
*.tar
*.tar.gz
*.tar.xz
*.tar.bz2
*.iso
*.img
*.qcow2
*.vmdk
*.ova
*.ovf
# OSTree repository artifacts
ostree-repo/
ostree-deploy/
ostree-boot/
# Package manager artifacts
apt-cache/
apt-lists/
dpkg-status*