From 21c446f15c1c1e65d3fe339933b869e930bd25a5 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Wed, 1 Nov 2023 12:50:48 +0100 Subject: [PATCH] Added .gitignore not to disturb git status when built --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8862c08 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.[oa] -- 2.30.2