From d43ee2395876288dba9d0cdfdf9b6880a8688922 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Sun, 8 May 2022 03:12:04 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cfe5f9d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# IDE settings +.settings/ + +# Contain local paths +.mxproject +*.launch + +# Build artifacts +Debug/ +Release/ + +# Doxygen +docs/html +docs/latex