From b50b25a1ca8654d4560c4287df339401976a4941 Mon Sep 17 00:00:00 2001 From: Marcel Alexandru Nitan Date: Wed, 24 May 2023 10:04:56 +0000 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..a15e1e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +compile_commands.json +isodrive +src/*.o \ No newline at end of file