Revision b39578df7863d5bb47db451454b193467f24039a authored by Benjamin Hillman on 09 October 2023, 18:49:53 UTC, committed by Benjamin Hillman on 09 October 2023, 18:49:53 UTC
1 parent 06a9bb2
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