-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitignore
100 lines (91 loc) · 1.55 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
93
94
95
96
97
98
99
100
.DS_Store
*.xcuserstate
*.xcscheme
*.plist
*.xccheckout
*.filters
*.o
*.xcworkspacedata
*.make
# *.cmake
*.includecache
*.internal
*.marks
*.bin
*.d
*.dia
*.hmap
*.log
*.dat
*.LinkFileList
*.so
*.a
*.vcxproj
*.sln
*.pyc
*.dll
*.lib
*.pyd
*.cbp
*.exe
*.egg-info
CMakeFiles
cmake-build-debug
cmake-build-release
cmake-build-*
CMakeCache.txt
.idea
.vscode
delfem2.egg-info
buildXcode
buildXcodeHdronly
buildXcodeStatic
buildMake
buildMakeHdronly
buildMakeStatic
buildVS
buildVS32
buildVS64
buildVS64Static
buildVS64Hdronly
buildEm
build
trash
external/fbx
projects_sub
site
examples_cpp/bin
private_examples
private_example
desktop.ini
imgui.ini
test_inputs/basicModel_f_lbs_10_207_0_v1.0.0.pkl
test_inputs/basicModel_m_lbs_10_207_0_v1.0.0.pkl
test_inputs/smpl_model_f.npz
test_inputs/smpl_model_m.npz
3rd_party/GLFW_Lib
3rd_party/libglfw
3rd_party/glfwlib
3rd_party/libopenexr
3rd_party/OpenEXR_Lib
3rd_party/openexr-2.5.2
3rd_party/openexr.zip
3rd_party/Alembic_Lib
3rd_party/libalembic
3rd_party/alembiclib
3rd_party/GTest_Lib
3rd_party/libgtest
3rd_party/gtestlib
3rd_party/eigen-*
3rd_party/Eigen_Lib
3rd_party/libeigen
3rd_party/eigenlib
3rd_party/Imathlib
3rd_party/openvdblib
examples_oldgl_glfw_cnpy/14_ClothPoseTexture/body.obj
examples_oldgl_glfw_cnpy/14_ClothPoseTexture/cloth.obj
examples_oldgl_glfw/dfm2_static_glfwold/libdfm2_static_glfwold.a*
examples_newgl_glfw/dfm2_static_glfwnew/libdfm2_static_glfwnew.a*
examples_cuda/005_ImageGrayscaleSobel/lenna_gray.png
examples_cuda/005_ImageGrayscaleSobel/lenna_dx.png
examples_cuda/005_ImageGrayscaleSobel/lenna_dy.png