-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
107 lines (91 loc) · 1.47 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
101
102
103
104
105
106
107
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.rhp
*.pdb
*.pdb.bak
# MacOS cruft
.DS_Store
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Visual Studio temp files
*.suo
*.sdf
# NUGET folders
packages/
# Git
hooks/
lfs/
# Output folders
bin/
Debug/
Release/
x64/
obj/
ipch/
win/
# but allow all under openimageio, openexr, embree, boost
!boost/**/debug
!boost/**/*.lib
!boost/**/*.dll
!boost/stagerelease
!OpenEXR*/**/*.lib
!OpenEXR*/**/*.dll
!OpenEXR*/**/*.dylib
!OpenImage*/**/*.lib
!OpenImage*/**/*.dll
!OpenImage*/**/*.dylib
!embree*/**/*.lib
!embree*/**/*.dll
!embree*/**/*.dylib
# MSBuild cruft
*.metaproj
*.metaproj.tmp
*.opensdf
*.vcxproj.user
# Intermediate C/H files for COM
*_h.h
*_i.h
*_i.c
*_p.c
# Specific files
src4/version.h
src4/version.cs
src4/version.vb
src4/version.wxi
src4/Builder/
src4/BuildSolutions/Rhino.opensdf
src4/DotNetSDK/rhinocommon/dotnet/AutoNativeEnums.cs
src4/DotNetSDK/rhinocommon/dotnet/AutoNativeMethods.cs
src4/DotNetSDK/rhinocommon/dotnet/AutoNativeMethodsRdk.cs
src4/DotNetSDK/rhinocommon/MethodGen.exe.config
src4/Zoo/crypto/doc/crypto.xml
src4/rhino4/Plug-ins/RhinoHandlers/dlldata.c
*.log
*.tlog
# OpenDesign crud
OpenDesign/22.12/VS2019/**/include/
OpenDesign/22.12/VS2019/**/*.dir/
OpenDesign/23.4/VS2022/**/include/
OpenDesign/23.4/VS2022/**/*.dir/
tinyusdz
.vs/
opennurbs_usd_console/output/