From 84b135edb1eef2da194e3e5db1fc20c5bbba585a Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 6 Oct 2022 17:21:03 +0200 Subject: [PATCH] cfg: ignore files without extension in examples dir Signed-off-by: Christopher Arndt --- examples/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/.gitignore diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..59be43b --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,2 @@ +* +!*.*