https://github.com/szaghi/FLAP
Raw File
Tip revision: eec946759d9e0a03c5e260825096a76c7b2cf1af authored by Stefano Zaghi on 05 February 2020, 16:04:24 UTC
Merge branch 'release/1.2.1'
Tip revision: eec9467
.gitignore
# compiled object files
*.slo
*.lo
*.o
*.obj

# compiled dynamic libraries
*.so

# fortran module files
*.mod

# compiled static libraries
*.la
*.a
*.lib

# executables
*.exe
*.out
*.a
*.app

# log files
*.log

# special directories
doc/html/
exe/
wiki/

# special files
get_automatic_changelog.sh
back to top