From 1da1046f084d1f8c957c52f412752fef6e5650ad Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Thu, 22 Mar 2018 15:23:48 -0700 Subject: [PATCH] ignore doxygen output --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68b03cd..6cd3533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ docs/source/.mypy_cache - docs/build +docs/doxygen/html/ -- GitLab