From 6ba303ab19a346bf090ca1cb73fc7fe943ba1844 Mon Sep 17 00:00:00 2001
From: Sebastian Hahta <joseha@utu.fi>
Date: Fri, 10 Jan 2020 13:36:48 +0200
Subject: [PATCH] Doxyfile: exclude build/

---
 Doxyfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index 47cb13e46..42eb33cc5 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -875,7 +875,8 @@ RECURSIVE              = YES
 
 EXCLUDE                = "components/common/cpp/include/nlohmann/json.hpp" \
 						 "components/common/cpp/include/loguru.hpp" \
-						 "components/common/cpp/include/ctpl_stl.h"
+						 "components/common/cpp/include/ctpl_stl.h" \
+						 "build/"
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
-- 
GitLab