From 9f18647c739d5dafe9ddcc106cfa9f055ec1e88c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 5 Dec 2019 22:05:29 +0100 Subject: [PATCH] Create .gitignore --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1a5f7b618 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.DS_Store + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app