Add docs/_build to .gitignore.

It's generated by running "make html" or other make command in the docs
directory.
This commit is contained in:
Dan Gohman
2018-03-30 17:09:21 -07:00
parent b523b69c16
commit 95c09bbfde

View File

@@ -10,3 +10,4 @@ Cargo.lock
cretonne.dbg* cretonne.dbg*
.mypy_cache .mypy_cache
rusty-tags.* rusty-tags.*
docs/_build