github.com/google/trillian-examples@v0.0.0-20240520080811-0d40d35cef0e/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.dll 4 *.so 5 *.dylib 6 7 # Test binary, build with `go test -c` 8 *.test 9 10 # Output of the go coverage tool, specifically when used with LiteIDE 11 *.out 12 coverage.txt 13 14 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 15 .glide/ 16 17 # Emacs backups 18 *~ 19 20 # IDEA related files 21 *.iml 22 *.swo 23 *.swp 24 /.idea 25 26 # Terraform related files 27 *.tfstate 28 *.tfstate.backup 29 30 # Artefacts of the etherslurp demo 31 etherslurp/OME 32 etherslurp/logid 33 etherslurp/mapid 34 etherslurp/rinkeby.json 35 36 # Artefacts of the registers demo 37 registers/logid 38 registers/mapid 39 40 # Artefacts of the Gossip Hub 41 /createtree 42 /from_ct 43 /hub_server 44 /hubclient 45 /make_hub_cfg 46 /notary_submit 47 /to_proto 48 /trillian_log_server 49 /trillian_log_signer