From e9499d63a99ba08c4c55a1ff34c329080d922284 Mon Sep 17 00:00:00 2001 From: Andrew Aladjev Date: Sat, 25 Sep 2021 14:27:47 +0300 Subject: [PATCH] gitignore cosmetics --- cmake/checks/Export/config.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cmake/checks/Export/config.h diff --git a/cmake/checks/Export/config.h b/cmake/checks/Export/config.h deleted file mode 100644 index d10440a..0000000 --- a/cmake/checks/Export/config.h +++ /dev/null @@ -1,14 +0,0 @@ -// LZW streaming compressor/decompressor based on LZW AB. -// Copyright (c) 2016 David Bryant, 2018+ other authors, all rights reserved (see AUTHORS). -// Distributed under the BSD Software License (see LICENSE). - -#if !defined(CONFIG_H) -#define CONFIG_H - -// clang-format off - -#define EXPORT_MODE_VISIBILITY - -// clang-format on - -#endif // CONFIG_H