https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 5a550ec2480677952f8bf888c24ddac42bcc3f42 authored by Konrad Werys on 07 May 2019, 09:29:38 UTC, committed by Konrad Werys on 07 May 2019, 09:29:38 UTC
1 parent 3b0a0d5
Raw File
Tip revision: 5a550ec2480677952f8bf888c24ddac42bcc3f42 authored by Konrad Werys on 07 May 2019, 09:29:38 UTC
docs: updated licence
Tip revision: 5a550ec
.gitignore
html
latex

# mac
*.DS_Store

# clion
.idea
cmake-build-*

# 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
back to top