summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-07-04 11:06:56 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-07-12 15:07:35 +0100
commite11efd8d762e5d9875afca9bcb76ea9ae69238c5 (patch)
treefc190585391225d4d2273ffb52949093f42096be /.gitignore
parentbd0a2adefe5e89c4269f6589837f871764c6f1f6 (diff)
downloadpython-novaclient-e11efd8d762e5d9875afca9bcb76ea9ae69238c5.tar.gz
doc: Create directory structure for docs migration
The spec [1] recommends the following sections: - install - contributor - configuration - cli - admin - user - reference Only a few of these are useful here: - contributor - cli - user - reference Add these and populate them. [1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 372efb94..82ede6ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,9 @@ novaclient/versioninfo
*egg-info
.eggs
+# Files created by documentation build
+/doc/build/
+/doc/source/reference/api/
+
# Files created by releasenotes build
-releasenotes/build
+/releasenotes/build