From 5861a30f8dff5827d00a333489fd22c9d348b378 Mon Sep 17 00:00:00 2001 From: Alnotz Date: Sat, 7 Jan 2023 16:22:09 +0100 Subject: [PATCH] C Gitignore update --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5607c12..85143d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Ignore C exutable files and C libraries -* -!*.* +** +!**.* /MISAKA.c