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
|
/.idea
|
||||||
/output
|
/output
|
||||||
/bin
|
/bin
|
||||||
|
/bib
|
||||||
__pycache__
|
__pycache__
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
|
@ -26,6 +27,11 @@ container.tar
|
||||||
|
|
||||||
# Large binary files
|
# Large binary files
|
||||||
bootc-image-builder
|
bootc-image-builder
|
||||||
|
**/bootc-image-builder
|
||||||
|
|
||||||
|
# Binary directories
|
||||||
|
bin/
|
||||||
|
bib/
|
||||||
|
|
||||||
# Red Hat source directories (read-only)
|
# Red Hat source directories (read-only)
|
||||||
.Red_Hat_Version/
|
.Red_Hat_Version/
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue