Initial commit

This commit is contained in:
Raphaël 2025-05-12 13:39:02 +02:00 committed by GitHub
commit 6824688c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
# 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