-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
51 lines (51 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
__pycache__
*.swp
tags
cscope.*
*.o
imgui.ini
joint-dist.json
joint-params.json
tree?.rdt
tree?.json
/blender
/build*
/src/.deps
/src/depth2labels
/src/exr-to-pfm
/src/glimpse_viewer_recording
/src/image-pre-processor
/src/libglimpse.so
/src/pack-training-data
/src/pfm-debug
/src/pfm-to-exr
/src/rdt-to-json
/src/train_joint_params
/src/train_rdt
/src/python/build
/src/python/dist
/src/python/glimpse.egg-info
/src/python/glimpse.py
/src/python/glimpse_wrap.cpp
/subprojects/boost_1_65_1
/subprojects/boost_1_69_0
/subprojects/dlib
/subprojects/eigen-git-mirror-3.3.4
/subprojects/flann
/subprojects/flann-1.9.1
/subprojects/glm-0.9.9-a2
/subprojects/glfw
/subprojects/glfm
/subprojects/libepoxy
/subprojects/libfreenect
/subprojects/libfreenect-glimpse
/subprojects/libpng-1.6.17
/subprojects/pcl
/subprojects/packagecache/0.9.9-a2.tar.gz
/subprojects/packagecache/1.9.1.tar.gz
/subprojects/packagecache/boost_1_65_1.tar.bz2
/subprojects/packagecache/boost_1_69_0.tar.bz2
/subprojects/packagecache/eigen-git-mirror-3.3.4.zip
/subprojects/packagecache/libpng-1.6.17.tar.xz
/subprojects/packagecache/tmp*
/subprojects/zlib-1.2.8