From 66a6f7b5957e2f43b9b77ced12013a28ea11cf9a Mon Sep 17 00:00:00 2001
From: Andreas Jaeger <aj@suse.de>
Date: Sun, 2 Feb 2014 15:36:12 +0100
Subject: [PATCH] Ignore publish-docs directory

Ignore publish-docs directory. This is the directory used by
openstack-doc-test to copy draft documents to.

blueprint draft-docs-on-docs-draft

Change-Id: I6afea2e9b44bc97b3d9f9138e4523be14aba4a1b
---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ba0b5310..afa5c8e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 .DS_Store
-target/
 *.xpr
 
 # Packages
@@ -10,6 +9,10 @@ target/
 # Testenvironment
 .tox
 
+# Build directories
+target/
+publish-docs/
+
 # Editors
 *~
 .*.swp