Revision 489daf5f84733ac1d1ac44b62cd19ffeb1429af4 authored by Benjamin R. Hillman on 10 January 2022, 23:24:56 UTC, committed by Benjamin R. Hillman on 10 January 2022, 23:24:56 UTC
1 parent 822404a
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