From 3f43cd031678d16bbf2de04cb2bf0fc2f9cf71d8 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 23 Oct 2025 12:43:48 +0200 Subject: [PATCH] chore: added vgcore files to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae10110..38bd8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ minishell *.su *.idb *.pdb +vgcore* # Kernel Module Compile Results *.mod*