Revision 14c905a0c71fba5b9853ed3cd279d28a2c354df8 authored by Darin Comeau on 15 February 2022, 21:14:50 UTC, committed by Darin Comeau on 15 February 2022, 21:14:50 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