Revision b4b18dc0e150276194453d2b0c8a46ce15242c4d authored by Balwinder Singh on 18 February 2022, 02:36:32 UTC, committed by Balwinder Singh on 18 February 2022, 02:36:32 UTC
1 parent 460ef4a
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