From 3c4b454275da549a35d1081d796a201b32bf5a1d Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Wed, 1 Nov 2023 13:41:04 +0100 Subject: [PATCH] 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. --- .gitignore | 2 ++ Libft | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 -- 2.30.2