Revision bea6c91c0dba624c2cb29fbc317fd0998ea2b690 authored by Benjamin Hillman on 24 September 2021, 20:09:37 UTC, committed by Benjamin Hillman on 06 October 2021, 18:52:59 UTC
1 parent 603c5d1
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