From 0514943de525e97be16b6115abdbf9bd27504f65 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 8 Dec 2012 10:07:02 +0100 Subject: [PATCH 1/2] README: fix typo GFreenct -> GFreenect --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3937cc2..ee980f5 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ How to use it Although it is device agnostic, a common way of using Skeltrack is to use it together with a Kinect device, for which we recommend the -GFreenct library. +GFreenect library. Checking out the examples/test-kinect example app is a good start in order to learn how to use Skeltrack. From cad27a836bf121854edf9d32bba1d1b8f220a985 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 8 Dec 2012 10:14:58 +0100 Subject: [PATCH 2/2] Add .gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c64e824 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.deps +.libs +*.cache +*.gir +*.la +*.lo +*.make +*.m4 +*.o +*.pc +*.typelib +Makefile +Makefile.in +config.* +configure +compile +depcomp +install-sh +libtool +ltmain.sh +m4 +missing +stamp-h1 +examples/test-kinect +tests/test-skeleton