Revision 02d87e0f815f5340f5892254013d40ae5debb426 authored by James Foucar on 19 October 2023, 19:47:38 UTC, committed by James Foucar on 19 October 2023, 19:47:38 UTC
1 parent 2ac88ca
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

#the site directory
site

# Ignore emacs backup files
*~
back to top