From e1b112a5c02ad1e713418e185c8775ba03b33705 Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 11 Sep 2024 10:56:31 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20Added=20.gitignore?= 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..e9804b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +obj/ +cub3d +.direnv +.envrc +flake.nix +compile_commands.json +.cache +libft/**/*.o +libft/**/*.a +src/main.c +vgcore.*