aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-05-23 18:23:09 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-05-31 12:33:04 -0700
commitbd6a1acc8c6b6c03f999558baa4aab464417548d (patch)
tree9bcc9700c344c074c84278522ddeec4192f7fbbb /.gitignore
parent3f9c09b1e0901248c96c47e392a2888c40b2f182 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9b55488..d60aa9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-build/
+/fscrypt
fscrypt.sublime-*