commit 9edba9918f83922e20a89988fd3390f04c525def Author: Douwe Ravers <48226147+DouweRavers@users.noreply.github.com> Date: Thu Nov 28 13:34:03 2024 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259148f --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..874c22f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# global_warming_source +My source code for the exercises of the global warming course