Update .gitignore to exclude binary files and build artifacts
This commit is contained in:
parent
0409f1d67c
commit
f43a0223f8
3 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
/.idea
|
||||
/output
|
||||
/bin
|
||||
/bib
|
||||
__pycache__
|
||||
.python-version
|
||||
|
||||
|
|
@ -26,6 +27,11 @@ container.tar
|
|||
|
||||
# Large binary files
|
||||
bootc-image-builder
|
||||
**/bootc-image-builder
|
||||
|
||||
# Binary directories
|
||||
bin/
|
||||
bib/
|
||||
|
||||
# Red Hat source directories (read-only)
|
||||
.Red_Hat_Version/
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue