https://github.com/szaghi/FLAP
Raw File
Tip revision: 04c7d9a9bd1d6907f311e25a9e59a6e55e8d71f3 authored by Stefano Zaghi on 03 May 2016, 13:25:44 UTC
Merge branch 'hotfix/1.0.6'
Tip revision: 04c7d9a
.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