From e0a9610d02012981733778c49661fa46c77775d5 Mon Sep 17 00:00:00 2001 From: Petri Mattila Date: Mon, 17 Mar 2025 12:49:52 +0000 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..93bfd12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +.DS_Store