From 2368c12492bf5dda3634bc47058d451f6f09a6a9 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Wed, 16 Sep 2020 02:46:59 +0400 Subject: [PATCH] Exclude binary.hpp form allinclude files --- .allinclude_exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/.allinclude_exclude b/.allinclude_exclude index 66da880..459e4b7 100644 --- a/.allinclude_exclude +++ b/.allinclude_exclude @@ -1 +1,2 @@ source/simple/support/debug.hpp +source/simple/support/binary.hpp -- GitLab