🔧 Add build artifacts to .gitignore: work/, output-*, *.img, *.raw, *.qcow2, *.iso, container.tar
This commit is contained in:
parent
e74dad3482
commit
ffc8ba5298
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -9,3 +9,13 @@ __pycache__
|
|||
!.Red_Hat_Version/docs
|
||||
!.Red_Hat_Version/download-sources.sh
|
||||
!.Red_Hat_Version/readme.md
|
||||
|
||||
# Build artifacts and temporary files
|
||||
work/
|
||||
output-*
|
||||
*.img
|
||||
*.raw
|
||||
*.qcow2
|
||||
*.iso
|
||||
container.tar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue