Revision b42960637e5c1ad659602d3f25d92097367181d6 authored by Dalei Hao on 12 September 2023, 22:17:18 UTC, committed by Dalei Hao on 12 September 2023, 22:17:18 UTC
1 parent d81583f
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

# Ignore emacs backup files
*~
back to top