mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
doc: update .gitignore to reflect the new location of the tools
Update the .gitignore file to reflect the fact that the tools are now located under misc/ and no longer under tools/. One of the temporary folder created during the documentation generation was doc/tools and it was therefore ignored by Git. It is now better to *not* ignore it as it will cause documention build issues if such previous folder exists. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
9bb21aca64
commit
ff91d07337
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
doc/doxygen
|
doc/doxygen
|
||||||
doc/_build
|
doc/_build
|
||||||
doc/tools
|
|
||||||
doc/reference/kconfig/*.rst
|
doc/reference/kconfig/*.rst
|
||||||
doc/misc
|
doc/misc
|
||||||
build
|
build
|
||||||
|
Loading…
Reference in New Issue
Block a user