Remove bootc submodule and ignore bootc directory
- Remove bootc git submodule (user doesn't want it) - Update .gitignore to ignore bootc/ directory - Remove .gitmodules file - Documentation is self-contained without source code dependency
This commit is contained in:
parent
cea1a07a43
commit
4f6cc99ba2
3 changed files with 2 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,4 +19,5 @@ target/
|
|||
dist/
|
||||
build/
|
||||
|
||||
# Note: bootc/ is a git submodule, not ignored
|
||||
# Ignore bootc source code directory
|
||||
bootc/
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "bootc"]
|
||||
path = bootc
|
||||
url = https://github.com/containers/bootc.git
|
||||
1
bootc
1
bootc
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8ac9eae698b74aa26dbc3e62cf9d34749d2e70e3
|
||||
Loading…
Add table
Add a link
Reference in a new issue