Add docs/_static/ and docs/_templates/
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I77274d61bb36166dd4c75b8e36ea0c49b092b5e1
diff --git a/docs/_static/.gitignore b/docs/_static/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/docs/_static/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/docs/_templates/.gitignore b/docs/_templates/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/docs/_templates/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore