https://github.com/szaghi/FLAP
Raw File
Tip revision: e3999bdef41b22754fed51b06281f0a5a1b2c227 authored by Stefano Zaghi on 03 October 2016, 14:57:34 UTC
Merge branch 'hotfix/1.1.1'
Tip revision: e3999bd
.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