From 777b2248a73bcb97f2dbee14ed5a90109a744d77 Mon Sep 17 00:00:00 2001
From: Klaus <klaus.boehnlein@tu-dresden.de>
Date: Thu, 15 Jul 2021 08:32:17 +0200
Subject: [PATCH] added .gitignore file

---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..3b7dcb27
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# ignore all build folders
+/build*/
+build/
+# ignore backup files
+*~
+# ignore python files
+*.pyc
+
+
-- 
GitLab