From: Lukas Jiriste Date: Wed, 1 Nov 2023 12:41:04 +0000 (+0100) Subject: Add .gitignore X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=3c4b454275da549a35d1081d796a201b32bf5a1d;p=42%2Ffract-ol.git Add .gitignore Add .gitingore to this project and update Libft to also include .gitignore file in order not to disturb the git status command's results when run on built project. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e318c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +fractol +*.[ao] diff --git a/Libft b/Libft index 2c714dd..4259442 160000 --- a/Libft +++ b/Libft @@ -1 +1 @@ -Subproject commit 2c714ddf0cc3786e9dbb28d955341dcf31537b49 +Subproject commit 425944220ee5b34726ffb94cc5db1c269a56acd5