initial commit

This commit is contained in:
Théophile Bastian 2016-11-16 17:46:18 +01:00 committed by Gogs
commit bd8c14c275
2 changed files with 33 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# M1-nw-project
Master 1 network course project <https://tobast.fr/m1/nw-project.pdf>