Revision 50cdd39f95bc9d60c9cb1807ba96e19884162b61 authored by Benjamin R. Hillman on 05 October 2020, 23:45:28 UTC, committed by Benjamin Hillman on 06 October 2021, 18:42:06 UTC
1 parent d845b38
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