mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-19 19:28:51 +00:00
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>
11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
doc/doxygen
|
|
doc/_build
|
|
doc/reference/kconfig/*.rst
|
|
doc/misc
|
|
build
|
|
*.bak
|
|
*.sav
|
|
*.log
|
|
*.warnings
|
|
*.pyc
|