From 251575f8b563c1b07460c98ddc1b458e1dbe2318 Mon Sep 17 00:00:00 2001 From: brahms <brahms@soeyler.com> Date: Thu, 21 Apr 2022 11:57:51 +0200 Subject: [PATCH] added gitignore to main branch --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c3d6cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# in case stuff gets here that is not supposed to be here +example +example.o -- GitLab