https://github.com/szaghi/FLAP
Raw File
Tip revision: bb4cb887ddaa12ee11ed16be50f3bd348e362c7d authored by Stefano Zaghi on 24 March 2016, 11:39:15 UTC
Merge branch 'hotfix/1.0.3'
Tip revision: bb4cb88
.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/
tests/
wiki/

# special files
get_automatic_changelog.sh
back to top