Adding sample gitignore file in examples.
This commit is contained in:
parent
36d7b899f8
commit
f58b06eb6f
|
@ -0,0 +1,29 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
source/
|
||||||
|
source*.iso
|
||||||
|
source*.img
|
||||||
|
source*.tar*
|
||||||
|
source*.contents
|
||||||
|
source*.packages
|
||||||
|
source*.zsync
|
Loading…
Reference in New Issue