Revision 5f40fec427c1251b3b67836cd4bfdcee62b39e4c authored by Dalei Hao on 13 March 2022, 19:29:02 UTC, committed by GitHub on 13 March 2022, 19:29:02 UTC
Solve indent issues
1 parent a0cac09
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