From 9a7d7bfb398675822705340bea611111ebad7477 Mon Sep 17 00:00:00 2001 From: junboli Date: Fri, 8 Sep 2017 18:02:14 +0800 Subject: [PATCH] TrivialFix: ignore directory doc/source/_static When build the docs, the directory doc/source/_static will be generated, therefore, add this will ignore the directory stuff at everyone commit Change-Id: I8ee2b16f6f4fafcb63ce64471e7a3c255637faf7 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a28dbd496..e15fa534d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ output/*/index.html # Sphinx doc/build +doc/source/_static/ # pbr generates these AUTHORS