Add .gitignore
authorLukas Jiriste <ljiriste@student.42prague.com>
Wed, 1 Nov 2023 12:41:04 +0000 (13:41 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Wed, 1 Nov 2023 12:41:04 +0000 (13:41 +0100)
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 [new file with mode: 0644]
Libft

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4e318c9
--- /dev/null
@@ -0,0 +1,2 @@
+fractol
+*.[ao]
diff --git a/Libft b/Libft
index 2c714ddf0cc3786e9dbb28d955341dcf31537b49..425944220ee5b34726ffb94cc5db1c269a56acd5 160000 (submodule)
--- a/Libft
+++ b/Libft
@@ -1 +1 @@
-Subproject commit 2c714ddf0cc3786e9dbb28d955341dcf31537b49
+Subproject commit 425944220ee5b34726ffb94cc5db1c269a56acd5