From 9b4048982d0316e137e4e3990336f3e0118d94d0 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 23 Sep 2015 23:27:37 +0530 Subject: [PATCH] Fix the sphinx build path in .gitignore file Change-Id: I1c133093274251bac227fc6bd42a03dd5339a12a --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2452c74..0e66225 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ # Sphinx _build -doc/source/api/ +docs/source/api/ # Packages/installer info *.eggs