From 3aab3ab0bc0a9edbf4b55e7d4f9a403579d22686 Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Thu, 18 Jul 2024 18:26:52 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8E=89=E3=80=8D=20init:=20hello?= =?UTF-8?q?=20world=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b41f311 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +obj/ +minishell +.direnv +.envrc +flake.nix +compile_commands.json +.cache +libft/**/*.o +libft/**/*.a +src/main.c +vgcore.*