Update .gitignore to exclude test files and temporary artifacts
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 2m21s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped

- Add patterns for test-* files (ubuntu, bootc, proper, fixed, final, enhanced)
- Add *.raw.tmp for temporary raw image files
- Exclude various test output formats (.raw, .qcow2, etc.)
- Keep repository clean from development artifacts
This commit is contained in:
robojerk 2025-09-10 11:36:39 -07:00
parent fa22f3f903
commit 648e08dfea

8
.gitignore vendored
View file

@ -26,11 +26,19 @@ test-*.qcow2
test-*.vmdk
test-*.iso
test-*.ami
test-*.raw
test-ubuntu-*
test-bootc-*
test-proper-*
test-fixed-*
test-final-*
test-enhanced-*
# Temporary files
*.tmp
*.temp
/tmp/
*.raw.tmp
# Logs
*.log