From a18b30c0b2e1904bf3afbb723c72e52e4c1abffd Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 27 Nov 2024 17:50:53 +0100 Subject: [PATCH] add all .o and libft.a to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 26f36aa..bc2cd8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ .objs libft_malloc*.so +libft/libft.a +libft/*.o +libft/ft_printf/*.o +