Remove auto generated files and unnecessary .gitignore file

1. doc/source/_static will be auto generated when build docs and usually
   cause difference with the original one after doc building.
2. manila/doc/.gitignore file is unnecessary because manila/.gitignore
   already ignore the doc/build directory.
3. add git ignore of doc/source/_static in manila/.gitignore

Change-Id: Ibf13e08f0b0b57718d453ee3240d30124940b521
This commit is contained in:
junboli 2017-09-12 11:13:43 +08:00
parent 51ba7b8e24
commit 042f7173f9
3 changed files with 1 additions and 3217 deletions

1
.gitignore vendored
View File

@ -33,6 +33,7 @@ tools/pylint_exceptions
tags
# Files created by Sphinx build
doc/build
doc/source/_static
.autogenerated
api-ref/build

1
doc/.gitignore vendored
View File

@ -1 +0,0 @@
_build/*

File diff suppressed because it is too large Load Diff