Revision d845b38bc1f34eb675796ddb7305406e9fb0ac65 authored by Benjamin R. Hillman on 05 October 2020, 23:03:52 UTC, committed by Benjamin Hillman on 06 October 2021, 18:42:05 UTC
1 parent 978c5c2
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