From da52a854abeb9aa121de2eaf8ce9b59e6504a302 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sat, 2 Mar 2024 17:10:55 +0100 Subject: [PATCH] .gitignore: don't ignore .github directory Don't ignore .github special directory as it does contain specific files for github CI workflows. Signed-off-by: Christian Marangi --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2da4d1c..16d72d5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ logread validate_data getrandom .* +!.github Makefile CMakeCache.txt CMakeFiles -- 2.30.2