From bd8c14c2755f44102898bc7287bf7b4b4acfd095 Mon Sep 17 00:00:00 2001 From: tobast Date: Wed, 16 Nov 2016 17:46:18 +0100 Subject: [PATCH] initial commit --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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