From a3a97d1accc8c70100b25d8931a4f45598501387 Mon Sep 17 00:00:00 2001 From: David Galeano Date: Wed, 9 Jan 2013 15:46:11 +0800 Subject: [PATCH] Ignoring linux build files --- .gitignore | 7 +++++++ lib/.gitignore | 8 ++++++++ test-server/.gitignore | 9 +++++++++ 3 files changed, 24 insertions(+) create mode 100644 lib/.gitignore create mode 100644 test-server/.gitignore diff --git a/.gitignore b/.gitignore index 5431dbc..a6e7b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +#Ignore build files +Makefile +config.h +config.log +config.status +libtool +stamp-h1 output/ win32port/ipch/ win32port/Debug*/ diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..dbed3ff --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,8 @@ +#Ignore build files +Makefile +*.o +*.lo +*.la +.libs +.deps + diff --git a/test-server/.gitignore b/test-server/.gitignore new file mode 100644 index 0000000..53ba6cb --- /dev/null +++ b/test-server/.gitignore @@ -0,0 +1,9 @@ +#Ignore build files +libwebsockets-test-* +Makefile +*.o +*.lo +*.la +.libs +.deps + -- 2.7.4