From 97d6570be721a6f8e7025e058795539feaa24def Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 24 Dec 2023 18:51:19 +0100 Subject: [PATCH] .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7aee60b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +compile_commands.json +core +# created when building +/bin/ +/obj/ +/dep/ +/lib/ \ No newline at end of file