diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 12:25:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 12:29:37 +0100 |
commit | 1c99ee43703000d801589c83504d97358582adf4 (patch) | |
tree | 21de7deca831b8028b00f2a53a8139898c257ac8 | |
parent | d61267374e9a467bb5f2e2d91a685572ec279154 (diff) |
kinect stub# with '#' will be ignored, and an empty message aborts the commit.
-rw-r--r-- | Kinect-v2.0/.gitignore | 1 | ||||
-rw-r--r-- | Kinect-v2.0/.gitkeep | 0 | ||||
-rw-r--r-- | Kinect-v2.0/README.txt | 7 |
3 files changed, 8 insertions, 0 deletions
diff --git a/Kinect-v2.0/.gitignore b/Kinect-v2.0/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/Kinect-v2.0/.gitignore @@ -0,0 +1 @@ +* diff --git a/Kinect-v2.0/.gitkeep b/Kinect-v2.0/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kinect-v2.0/.gitkeep diff --git a/Kinect-v2.0/README.txt b/Kinect-v2.0/README.txt new file mode 100644 index 0000000..5ef0494 --- /dev/null +++ b/Kinect-v2.0/README.txt @@ -0,0 +1,7 @@ +Get the SDK at: + +- https://developer.microsoft.com/en-us/windows/kinect +- https://www.microsoft.com/en-us/download/details.aspx?id=44561 + +File name: KinectSDK-v2.0_1409-Setup.exe + |