https://github.com/szaghi/FLAP
Raw File
Tip revision: ead6384ecdb120321df75a2dd14a0031091df05c authored by Stefano Zaghi on 23 February 2024, 13:16:53 UTC
Merge pull request #109 from jvdp1/combi
Tip revision: ead6384
.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
flap_test_save_bash_completion.bash
test.man 
test.md

# mac
.DS_Store

back to top