bootc-deb/.gitignore
robojerk 695714a60e
Some checks failed
Build Packages / Build libostree Backport (push) Failing after 0s
Build Packages / Build bootc Package (push) Has been skipped
Test Build / Test bootc Build (with existing libostree) (push) Failing after 0s
Build Packages / Create Release (push) Has been skipped
Build Packages / Create Artifacts for README Update (push) Has been skipped
Initial commit: Complete bootc packaging with CI/CD automation
2025-07-20 23:30:16 +00:00

26 lines
242 B
Text

# bootc source code
bootc/
# Build artifacts
*.deb
*.buildinfo
*.changes
*.dsc
*.tar.gz
# Temporary build directory
/tmp/bootc-deb-build/
# System files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Log files
*.log