From a55b934f4546801a1baf217e173a14070a977507 Mon Sep 17 00:00:00 2001 From: "Alexander W. Janssen" Date: Thu, 27 Feb 2014 11:18:58 +0100 Subject: [PATCH] Added OSX support; uses different tcphdr/udphdt structs, removed .gitignore from push --- .gitignore | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0331bbb..0000000 --- a/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -# Object files -*.o - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app