c488c2d94f
Archive compiled Debian packages and Python wheels so that the artifacts can be downloaded and used by other pipelines. Also archive related log files.
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
**/*
|
|
!target/*.bin
|
|
!target/*.log
|
|
!target/*.img.gz
|
|
!target/docker-sonic-vs.gz
|
|
!target/docker-ptf.gz
|
|
!target/debs/**/*.deb
|
|
!target/debs/**/*.deb.log
|
|
!target/debs/**/*.deb-install.log
|
|
!target/python-wheels/*.whl
|
|
!target/python-wheels/*.whl.log
|
|
!target/python-wheels/*.whl-install.log
|