Revision 6d9920b6286a8825ea30c1bca7be8f582086a8e3 authored by Stefano Zaghi on 31 January 2023, 10:05:16 UTC, committed by Stefano Zaghi on 31 January 2023, 10:05:16 UTC
2 parent s ca66972 + 6611e8a
Raw File
.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