Revision 517a78465465e15717553b056ad71eb41e60a76d authored by James Foucar on 14 September 2021, 19:41:29 UTC, committed by James Foucar on 14 September 2021, 19:41:29 UTC
1 parent b9ca46e
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