Revision 0999c6454e97ca53af048cc25e423709d88affda authored by Darin Comeau on 27 October 2021, 21:28:03 UTC, committed by Darin Comeau on 27 October 2021, 21:28:03 UTC
1 parent 7770b27
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