https://github.com/szaghi/FLAP
Raw File
Tip revision: 38908ab1106adcb5301453f0185a410e88c96d98 authored by Stefano Zaghi on 08 July 2019, 14:16:28 UTC
Merge branch 'release/1.1.9'
Tip revision: 38908ab
.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