-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
62 lines (54 loc) · 1.23 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
# all folders starting with _ are local
_*/
# byte-compiled python files
*.py[cod]
# packman package files
*@*.7z
*@*.zip
# binaries
*.ico
*.bmp
*.gif
*.jpg
*.jpeg
*.tga
*.psd
*.raw
*.exr
*.hdr
*.dds
*.ktx
*.spv
*.dxbc
*.dxil
*.gltf
*.glb
*.fbx
*.usd
*.usdz
*.obj
*.mat
*.suo
# visual studio filfes
/.vs
**/.vscode/ipch
# PACKAGE-LICENSES/
PACKAGE-DEPS.yaml
# generated files under usd-plugins/schema
src/usd-plugins/schema/omniExampleSchema/generated
src/usd-plugins/schema/omniExampleCodelessSchema/generated
src/usd-plugins/schema/omniMetSchema/generated
# generated files for hydra-plugins/omniWarpSceneIndex
src/hydra-plugins/omniWarpSceneIndex/__init__.py
src/hydra-plugins/omniWarpSceneIndex/api.h
src/hydra-plugins/omniWarpSceneIndex/generatedSchema.usda
src/hydra-plugins/omniWarpSceneIndex/module.cpp
src/hydra-plugins/omniWarpSceneIndex/moduleDeps.cpp
src/hydra-plugins/omniWarpSceneIndex/tokens.cpp
src/hydra-plugins/omniWarpSceneIndex/tokens.h
src/hydra-plugins/omniWarpSceneIndex/warpComputationAPI.cpp
src/hydra-plugins/omniWarpSceneIndex/warpComputationAPI.h
src/hydra-plugins/omniWarpSceneIndex/wrapWarpComputationAPI.cpp
src/hydra-plugins/omniWarpSceneIndex/wrapTokens.cpp
# all generated CMakeLists.txt files
**/CMakeLists.txt