diff options
author | 2016-01-18 14:13:54 +0000 | |
---|---|---|
committer | 2016-01-29 21:22:56 +0000 | |
commit | f941469a5d82c058290c4b4af0f23100294a0a49 (patch) | |
tree | 3f3f68f1d4d8425163cfbca714743a85a40852b1 /.gitignore | |
parent | 5aa5bf29f814741f2aa62f51085c3ff1c9610ce8 (diff) |
docs: Add initial documentation
Change-Id: Ie08ee783093fcb4df91601aa3b2ee4b1b8468154
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
(cherry picked from commit 3f4eb4bbabbc6bc06f663abaaf60cc4573fb4fcd)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7c25c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/docs_build/ +/docs_output/ +/releng/ |