https://github.com/szaghi/FLAP
Raw File
Tip revision: 94a327ae1cdd22fbee91fdfa764942f09326297b authored by Stefano Zaghi on 17 February 2020, 15:51:32 UTC
Merge branch 'release/1.2.3'
Tip revision: 94a327a
.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