commit 422cd435c6b4c92f63640887e6f5b8f055c77e7c Author: Michael Mächtel Date: Mon Mar 20 17:06:53 2017 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f805e81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c0557d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# resy-ss17-template +Template for grp repositories