Revision 42e5084eb427b6f82311c8c8942214e50770aa51 authored by Jungmin Lee on 30 June 2021, 23:53:05 UTC, committed by Jungmin Lee on 11 August 2021, 16:42:54 UTC
1 parent ec5a785
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