From ed2510c95777ddfc18e821260455b937a73d1ff8 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 04:29:03 +0100 Subject: [PATCH] Initial commit --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 51 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46fefa8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# ---> 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 + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d547cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hestia-hub + +Repo for Hardware Laboratory's project ETSII US 25/26 \ No newline at end of file