Browse Source

Initial commit

yhirose 13 years ago
commit
c568deaba1
2 changed files with 16 additions and 0 deletions
  1. 12 0
      .gitignore
  2. 4 0
      README.md

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+
+# Compiled Dynamic libraries
+*.so
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+httpsvrkit
+==========
+
+C++ HTTP sever library