From 170b042c374b7315c2074cc871d6d7f75cca9036 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Wed, 24 Mar 2010 08:39:41 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efb7ed1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +GPATH +GRTAGS +GSYMS +GTAGS +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +modbus.pc +.deps +.libs +*.la +*.lo +stamp-h1 +*.o +tests/bandwidth-master +tests/bandwidth-slave-many-up +tests/bandwidth-slave-one +tests/random-test-master +tests/random-test-slave +tests/unit-test-master +tests/unit-test-slave -- libgit2 0.21.4