Initial commit.
This commit is contained in:
commit
c365f5f3e9
32 changed files with 29661 additions and 0 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
binary/
|
||||
binary*.iso
|
||||
binary*.img
|
||||
binary*.tar*
|
||||
binary*.contents
|
||||
binary*.packages
|
||||
binary*.zsync
|
||||
|
||||
.build/
|
||||
build.log
|
||||
|
||||
cache/
|
||||
|
||||
chroot/
|
||||
chroot.packages.*
|
||||
|
||||
config/binary
|
||||
config/bootstrap
|
||||
config/chroot
|
||||
config/common
|
||||
config/source
|
||||
|
||||
config/control
|
||||
|
||||
source/
|
||||
source*.iso
|
||||
source*.img
|
||||
source*.tar*
|
||||
source*.contents
|
||||
source*.packages
|
||||
source*.zsync
|
||||
Loading…
Add table
Add a link
Reference in a new issue