From da76c0cc83d4f6ab5ec0d8a3a23c18aa18b71e9e Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Thu, 30 Mar 2017 14:39:09 -0700 Subject: Initial Documentation for fscrypt This commit includes the Apache 2.0 License and a README with documentation on how to checkout the code, some context about Linux filesystem encryption, and documentation stubs for fscrypt and fscryptctl. Also adds in a simple .gitignore so we don't commit build files. Change-Id: I99d5f936c9d65516119dd58c81cfa95c1e6243c1 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b55488 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +fscrypt.sublime-* -- cgit v1.3