ostree/tests/.gitignore
Colin Walters 359435de84 Add an API to verify a commit signature explicitly
We have a bunch of APIs to do GPG verification of a commit,
but that doesn't generalize to signapi.  Further, they
require the caller to check the signature status explicitly
which seems like a trap.

This much higher level API works with both GPG and signapi.
The intention is to use this in things that are doing "external
pulls" like the ostree-ext tar import support.  There we will
get the commitmeta from the tarball and we want to verify it
at the same time we import the commit.
2021-08-30 13:27:38 -04:00

28 lines
432 B
Plaintext

!Makefile
*.log
*.test
*.trs
ostree-http-server
repo-finder-mount
run-apache
tmpdir-lifecycle
test-rollsum
test-bloom
test-bsdiff
test-checksum
test-gpg-verify-result
test-include-ostree-h
test-keyfile-utils
test-mutable-tree
test-ot-opt-utils
test-ot-tool-util
test-ot-unix-utils
test-repo
test-repo-finder-avahi
test-repo-finder-config
test-repo-finder-mount
test-rfc2616-dates
test-rollsum-cli
test-kargs
test-commit-sign-sh-ext