From b59a984351b5c3e051e6d3285e9b29b63aa5a71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 25 Aug 2023 17:32:48 +0200 Subject: [PATCH] chore(Cargo.toml): remove CMakeLists.txt from exclude MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4b81517a6..0cf6e0f5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ exclude = [ "/.gitlab-ci.yml", "/Dockerfile", "/img/*", - "./CMakeLists.txt", ".gitattributes", ".gitignore", ]