From 8ed7792b2a0398ab03760da75d6ab764a15b0c53 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sat, 7 Dec 2024 11:04:38 +0300 Subject: [PATCH] Add ignore of files without extension --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cc96050..e58b079 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +* +!*/ +!*.* + # ---> C # Prerequisites *.d