From dc376748552e4ff43b4cb99b8a79a45dd9c08df0 Mon Sep 17 00:00:00 2001 From: Buduf Date: Tue, 2 Nov 2021 09:06:41 +0100 Subject: [PATCH] Initial commit --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1db85b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# ---> C++ +# 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..79cdd11 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# mester +