forked from isl-org/Open3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (49 loc) · 1.16 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
build*/
cmake-build-debug/
cmake-build-release/
docs/_out/
src/Sandbox/
src/Open3D/Visualization/Shader/Shader.h
doxygen/
.vs/
.vscode/
src/Open3D/Open3DConfig.h
util/pip_package/setup.py
open3d*.so
open3d*.pyd
*.pyc
__pycache__
._*
.DS_Store
.vscode
.idea
util/pip_package/dist/
util/conda_package/dist/
examples/Python/ReconstructionSystem/dataset/
*.egg-info/
*.ipynb_checkpoints/
*.py[cod]
node_modules/
static/
**/package-lock.json
*.old*
docs/python_api/
_vimrc_local.vim
examples/TestData/Armadillo.ply
examples/TestData/Bunny.ply
examples/TestData/voxelized.ply
examples/Python/Basic/voxel_grid_test.ply
examples/Python/Benchmark/testdata/
examples/Python/Misc/test.jpg
examples/TestData/GraphOptimization/pose_graph_example_fragment_optimized.json
examples/TestData/GraphOptimization/pose_graph_example_global_optimized.json
examples/TestData/depth/
examples/TestData/image/
examples/TestData/sync.ply
examples/TestData/sync.png
examples/Python/Advanced/multiway_registration.pcd
examples/Python/Advanced/test.json
examples/Python/Advanced/viewpoint.json
examples/Python/Basic/copy_of_fragment.pcd
examples/Python/Basic/copy_of_knot.ply
examples/Python/Basic/copy_of_lena_color.jpg