commit 9b3622ea154e7d82a52a7f7d3c2c68007412f269 Author: SemvdH <45453592+SemvdH@users.noreply.github.com> Date: Tue May 18 10:18:28 2021 +0200 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..11338f9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# SDBA +Small Dude, Big Adventure. A 3D graphics Computer vision project