From 510a5e4a2b5e09f388d6719d0b0d7a8b753ba29d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 Mar 2011 10:11:46 -0700 Subject: [PATCH] add gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3a938d77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.swp +*.o +*.lo +*.la +*.a +ev/.deps/ +ev/.libs/ +ev/Makefile +ev/config.h +ev/config.log +ev/config.status +ev/libtool +ev/stamp-h1 +test/echo-server