From 64fbf35eafa9773802ac3199059640dafd09dc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Gustav=20Larsen?= Date: Mon, 25 Mar 2024 12:52:54 +0100 Subject: [PATCH] .gitignore file updated, to not include whitelist of all sub directories, so global gitignore will work. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 735ed65b..67373d64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Ignore all the files, except the ones we expect. # See https://jasonstitt.com/gitignore-whitelisting-patterns * -!*/ # Allowed top-level files: !.clang-format