diff options
author | CptAlanSmith <123112708+CptAlanSmith@users.noreply.github.com> | 2023-01-19 19:52:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 19:52:20 +0100 |
commit | c16b58ddb07a4f814a4efa1dc3bf72e7bbe5f932 (patch) | |
tree | c5db99d251bea373460aaa0eba21472dbf7d2b80 |
Initial commit
-rw-r--r-- | .gitignore | 32 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 34 insertions, 0 deletions
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..3aefcaa --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# OpenVic2 +Main Repo for the OpenVic2 Project |