github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/cmd/syft/internal/test/integration/test-fixtures/.gitignore (about)

     1  # we should strive to not commit blobs to the repo and strive to keep the build process of how blobs are acquired in-repo.
     2  # this blob is generated from syft/syft/catalogers/java/test-fixtures/java-builds , however, preserving the build process
     3  # twice in the repo seems redundant (even via symlink). Given that the fixture is a few kilobytes in size, the build process is already
     4  # captured, and integration tests should only be testing if jars can be discovered (not necessarily depth in java detection
     5  # functionality), committing it seems like an acceptable exception.
     6  !image-pkg-coverage/pkgs/java/*.jar
     7  !image-pkg-coverage/pkgs/java/*.hpi
     8  
     9  **/go.sum
    10  !image-go-bin-arch-coverage/go.sum