From 86ce617f1458f1c6843ea7dba6c44d84a5aae119 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 6 Oct 2022 17:22:03 +0200 Subject: [PATCH] cfg: ignore files without extension in examples dir Signed-off-by: Christopher Arndt --- examples/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/.gitignore b/examples/.gitignore index 59be43b..0c0a063 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,2 +1,3 @@ * +!/**/ !*.*