From 12dd4c3faa21630ae0b5fca045d6bc865303d49b Mon Sep 17 00:00:00 2001 From: adjoly Date: Thu, 16 May 2024 18:00:06 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d14df6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +obj/ +minishell +.direnv +.envrc +flake.nix +compile_commands.json +.cache