From b1d345f0dcae0ef1e573c6db361818e119c06109 Mon Sep 17 00:00:00 2001 From: Eric Johnston Date: Thu, 27 Jun 2013 13:55:16 -0700 Subject: [PATCH] Update .gitignore to exclude the Leap SDK files, but not the stub header --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6ca7c09e8..cebf9eb113 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,15 @@ profile *.moved-aside DerivedData .idea/ -*.hmap \ No newline at end of file + +*.hmap + +#Ignore Leap, but not the stubs +interface/external/Leap/docs/ +interface/external/Leap/include/ +interface/external/Leap/lib/ +interface/external/Leap/samples/ +interface/external/Leap/util/ + + +