commit bd8c14c2755f44102898bc7287bf7b4b4acfd095 Author: tobast Date: Wed Nov 16 17:46:18 2016 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b117c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# 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..c0fd2de --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# M1-nw-project + +Master 1 network course project