diff options
author | edef <edef@unfathomable.blue> | 2021-08-14 21:28:14 +0000 |
---|---|---|
committer | edef <edef@unfathomable.blue> | 2021-08-14 21:28:14 +0000 |
commit | db7c54f92f386a94db8af7a12626d2657b4dd640 (patch) | |
tree | 4baba57bac54c68823a834c0f8aa97b24cfec7a2 /ripple/fossil/.gitignore | |
parent | dcae0f9c8a94f05bf55cf9b6fbc773502ab5784f (diff) | |
download | unf-legacy-db7c54f92f386a94db8af7a12626d2657b4dd640.tar.zst |
ripple/fossil: a basic content-addressable store
Fossil stores content-addressed blobs of file contents and Protobuf-encoded directory listings, backed by Sled. Change-Id: I8b49de6342218ca00755cec980b1d0cfb18878a7
Diffstat (limited to 'ripple/fossil/.gitignore')
-rw-r--r-- | ripple/fossil/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ripple/fossil/.gitignore b/ripple/fossil/.gitignore new file mode 100644 index 0000000..be75022 --- /dev/null +++ b/ripple/fossil/.gitignore @@ -0,0 +1,4 @@ +# SPDX-FileCopyrightText: edef <edef@unfathomable.blue> +# SPDX-License-Identifier: OSL-3.0 + +/target |