From 03f39d20dbe3197ee9ae0704730180bbb43c14d2 Mon Sep 17 00:00:00 2001 From: adjoly Date: Fri, 17 May 2024 14:35:21 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?(gitignore):=20ignored=20object=20in=20libft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d14df6d..7f7880e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ minishell flake.nix compile_commands.json .cache +libft/**/*.o +libft/**/*.a