Browse Source

Initial commit

Joachim Marthinsen Giæver 7 years ago
commit
b8f10a9310
2 changed files with 37 additions and 0 deletions
  1. 34 0
      .gitignore
  2. 3 0
      README.md

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
+# ---> C
+# 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/
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# RTP
+
+Reliable Transport Protocol cleared up code for Pearson student resources for the Kurose/Ross book.