sonic-buildimage/.artifactignore
Joe LeVeque c488c2d94f
[ci] Archive compiled Debian packages and Python wheels (#6650)
Archive compiled Debian packages and Python wheels so that the artifacts can be downloaded and used by other pipelines.
Also archive related log files.
2021-02-02 23:42:03 -08:00

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