From a41632adb0ed71065ca94d1e8d6bca64b044cf39 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Wed, 1 Apr 2020 11:18:29 +0200 Subject: [PATCH] Remove logog from cpp-dependencies config. --- config-cpp-dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-cpp-dependencies.txt b/config-cpp-dependencies.txt index 1cb62dd3361..f9a91ef8bc7 100644 --- a/config-cpp-dependencies.txt +++ b/config-cpp-dependencies.txt @@ -42,4 +42,4 @@ fileLocUpperLimit: 2000 # List of folder paths (from the root) that should be completely ignored. May contain multiple # space-separated values, including values with spaces escaped with quotation marks. -blacklist: build Build "Visual Studio Projects" unistd.h console.h stdint.h windows.h library.h endian.h rle.h ThirdParty/logog/include/thread.hpp Applications/Utils SimpleTests ThirdParty +blacklist: build Build "Visual Studio Projects" unistd.h console.h stdint.h windows.h library.h endian.h rle.h Applications/Utils SimpleTests ThirdParty -- GitLab