From 24f4464e8ce0f02cf5f85257292e61de7342abd4 Mon Sep 17 00:00:00 2001 From: Joern Behrens <joern.behrens@uni-hamburg.de> Date: Sun, 24 Jan 2021 16:57:11 +0100 Subject: [PATCH] gitignore file was not committed... --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c20252 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# these are the file types that will be ignored by git +*.a +*.mod +*.o +*.so +*.dylib -- GitLab