From bd6a1acc8c6b6c03f999558baa4aab464417548d Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Tue, 23 May 2017 18:23:09 -0700 Subject: fscrypt: Adding additional documentation This commit moves most of the documentation about contributing to fscrypt into CONTRIBUTING.md and updates the legal disclaimer. It also updates the README.md to include all of fscrypt's planned functionality and dependencies. Finally, the makefile is updated to include more documentation, versioning support, and a different location for the output file. Change-Id: Ib7be98d41bc06dd12b02e42addf06e12a940235a --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9b55488..d60aa9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -build/ +/fscrypt fscrypt.sublime-* -- cgit v1.2.3