From 41a20c145b30e9eebf395742b986bfed2ed7ca60 Mon Sep 17 00:00:00 2001 From: Petr OspalĂ˝ Date: Tue, 26 Feb 2019 11:42:16 +0100 Subject: Add support for ONAP documentation project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provided the mandatory doc structure: docs/ index.rst ... Added a couple of .gitignore for better testing and development. Change-Id: I722806681e4844e0ea915006bc7de6018d3073d7 Issue-ID: OOM-1672 Signed-off-by: Petr OspalĂ˝ --- docs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/.gitignore (limited to 'docs/.gitignore') diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..19fe1aa0 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +conf.py* +_static -- cgit 1.2.3-korg