From 6d88c555019f32509f303e23dcfbba824fecd2ee Mon Sep 17 00:00:00 2001 From: Chris Hiszpanski Date: Thu, 18 Apr 2019 00:55:30 -0700 Subject: Initial public commit. mDNS and SDP are functional. Otherwise, library is still very much a work in progress. All tests pass. --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c16e3b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.deps/ +.libs/ +autom4te.cache/ +doxygen/ +*.dirstamp +*.la +*.lo +*.o +*.swp +Makefile +Makefile.in +aclocal.m4 +ar-lib +compile +config.guess +config.h.in +config.h.in~ +config.h +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 + +tests/*_test +tests/*.trs +tests/*.log +test-driver +test-suite.log -- cgit v1.2.3