inital commit

This commit is contained in:
hhau
2023-11-19 17:12:36 +01:00
parent b1fdbf3660
commit 344e76e603
5 changed files with 646 additions and 80 deletions

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
# 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
#VSCode
.vscode/*
.history/
*.vsix
*.workspace