Revision dc8b48e007c4667236e16796e9d4e00763cf7e5c authored by Tim Shippert on 11 February 2021, 20:57:40 UTC, committed by Balwinder Singh on 10 May 2022, 04:30:50 UTC
1 parent 0626b02
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