zbox 0.6.1

Zbox is a zero-details, privacy-focused embeddable file system.
Documentation
# Generated by Cargo
# will have compiled files and executables
/target/

# Fuzz test directory
/fuzz_test/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Misc files
*.log
.DS_Store

# http://www.gnu.org/software/automake
Makefile
Makefile.in

# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/configure
/stamp-h?
/libtool
/config.*
/build-aux/*
.deps/
.dirstamp
.libs/

# Debug symbols
**/*.dSYM/*

# Build files
/build

# m4 files
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

# pkg-config file
libzbox.pc