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
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:
parent
fa22f3f903
commit
648e08dfea
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue