Revision f7f2dfb9edb7983429e56df5dfd35ef3206485dc authored by Benjamin Hillman on 17 June 2021, 04:33:26 UTC, committed by Benjamin Hillman on 26 February 2022, 00:16:57 UTC
1 parent 2eaa45e
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