Revision acfcf76c8858f5be3f432f642f371d9040d71b1f authored by Wuyin Lin on 13 September 2023, 14:16:21 UTC, committed by Wuyin Lin on 13 September 2023, 14:16:21 UTC
1 parent 51dd660
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