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
26 lines
242 B
Text
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
|