Initial commit

This commit is contained in:
Cory Balaton 2023-12-06 11:49:25 +01:00
commit bc54546bc2
No known key found for this signature in database
GPG key ID: 3E5FCEBFD80F432B
12 changed files with 558 additions and 1 deletions

52
.gitignore vendored Normal file
View file

@ -0,0 +1,52 @@
# 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
# Latex
*.aux
*.log
*.out
*.synctex.gz
*.bbl
*.blg
latex/*.pdf
latex/*Notes.bib
# C++
build
bin
prof
debug
test
# Score-p
scorep*