Revision 285c9e39807df6f3eddfc87a944a2fa3690863e3 authored by Benjamin R. Hillman on 16 December 2020, 01:46:29 UTC, committed by Benjamin Hillman on 06 October 2021, 18:42:34 UTC
1 parent 1f2f520
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