diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-03-21 01:17:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-03-21 01:17:38 +0100 |
commit | 09a7e8c9d013f13a1aa1ef4e9b7f397647b79967 (patch) | |
tree | 122b474e27afbc66cba1182e983ef5c8555ed12f /skate/.gitignore | |
parent | a7e0cf191ebf8fb499e0ab9a3b6cae45727f1286 (diff) | |
download | refcat-09a7e8c9d013f13a1aa1ef4e9b7f397647b79967.tar.gz refcat-09a7e8c9d013f13a1aa1ef4e9b7f397647b79967.zip |
initial import of skate
Diffstat (limited to 'skate/.gitignore')
-rw-r--r-- | skate/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/skate/.gitignore b/skate/.gitignore new file mode 100644 index 0000000..9e9e00c --- /dev/null +++ b/skate/.gitignore @@ -0,0 +1,29 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ +# +/skate-ref-to-release +/skate-derive-key +/skate-cluster +/skate-cluster-stats +/skate-biblioref +/skate-verify +/skate-fixup +/skate-to-doi +/skate-bref-id +/skate-from-unstructured +packaging/debian/skate/usr +skate_*_amd64.deb + |