https://github.com/szaghi/FLAP
Raw File
Tip revision: 5a63d9cd8a0a33f394af7946b1ba0f1f476b214b authored by Stefano Zaghi on 10 February 2020, 16:32:03 UTC
Merge branch 'release/1.2.2'
Tip revision: 5a63d9c
.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