Revision 510049e52e0948d990b54a206d2811b7ea4e06ed authored by Xylar Asay-Davis on 05 October 2021, 17:24:20 UTC, committed by GitHub on 05 October 2021, 17:24:20 UTC
1 parent 40f2811
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