forked from isl-org/Open3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (81 loc) · 1.74 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
*.whl
# Docker build artifacts (wheel, dev package, ccache)
docker/*.tar.gz
docker/*.tar.xz
# Windows build temp cmake file
CMakeSettings.json
# Ccache tar files generated from Docker build
.github/workflows/*.tar.gz
# CMake configured files
cpp/open3d/Open3D.h
cpp/open3d/Open3DConfig.h
cpp/open3d/visualization/shader/Shader.h
util/pip_package/setup.py
# CMake temp file from Visual Studio
CMakeSettings.json
# Temp directories
3rdparty_downloads
build*/
cmake-build-debug/
cmake-build-release/
util/pip_package/dist/
doxygen/
node_modules/
# Editor files
*.*~
# Local configs
_vimrc_local.vim
.vs/
.vscode/
.clangd/
.ccls-cache/
# Build artifacts
**/package-lock.json
*.pyc
__pycache__
.cache/
._*
.DS_Store
.vscode
.idea
*.egg-info/
*.ipynb_checkpoints/
*.py[cod]
*.bak
node_modules/
static/
*.old*
dist/
compile_commands.json
# Example resources
examples/python/reconstruction_system/dataset/
examples/python/geometry/voxel_grid_test.ply
examples/python/benchmark/testdata/
examples/python/benchmark/*.pkl
examples/python/benchmark/*.png
examples/python/misc/test.jpg
examples/python/pipelines/multiway_registration.pcd
examples/python/geometry/test.json
examples/python/visualization/viewpoint.json
examples/python/geometry/copy_of_fragment.pcd
examples/python/geometry/copy_of_knot.ply
examples/python/geometry/copy_of_Juneau.jpg
examples/python/geometry/copy_of_crate.mtl
examples/python/geometry/copy_of_crate.png
examples/python/geometry/copy_of_crate.obj
# doc
docs/tutorial/**/*.ipynb
docs/tutorial/**/*.py
docs/tutorial/**/*.jpg
docs/tutorial/**/*.gif
docs/tutorial/**/*.ply
docs/tutorial/**/*.pcd
docs/tutorial/**/*.json
docs/_out/
docs/python_api/
docs/python_example/
docs/conf.py
docs/Doxyfile
docs/getting_started.rst
docs/docker.rst
docs/tensorboard.md