From b35f63ccc5da099133d7287f6edaa0b92197c17d Mon Sep 17 00:00:00 2001 From: olemorud Date: Mon, 15 May 2023 00:59:47 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84117d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +obj/ +test/ +*.o