Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Fix typo in README and add .gitignore #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down