https://github.com/szaghi/FLAP
Raw File
Tip revision: 1cacf46cd3f4ca31bc68c1c20dc6ac16e88186f0 authored by Stefano Zaghi on 06 October 2016, 08:32:20 UTC
Merge branch 'release/1.1.6'
Tip revision: 1cacf46
.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