From 039a216266a19a14fecae44fb58ba8617faf8930 Mon Sep 17 00:00:00 2001 From: Arthur 'Grizzly' Grisel-Davy Date: Mon, 11 Jan 2021 11:37:56 +0100 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9abc4f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# exclude images +*.ppm \ No newline at end of file