-
Notifications
You must be signed in to change notification settings - Fork 139
/
.gitignore
106 lines (93 loc) · 1.45 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
.DS_Store
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.pyd
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Python cache
__pycache__/
# temporary certificate files
*.p12
.vscode
/.vs
*.vcxproj.user
/python/wheels_for_pypi
/python/build_py*_32bit
/python/build_py*_64bit
/javascript/artifacts
/javascript/build
/python/docs/_build
/python/docs/api
/src/build_py37_32bit
/src/wheels_for_pypi
/src/build_py27_32bit
/src/build_py27_64bit
/src/build_py37_64bit
/src/build
/src/dist
/src/rhino3dm.egg-info
/build
/dist
*/.idea
*/cmake-build-debug
/tests/example_3dm_files_20181010
/docbuilders/docgen/bin
/docbuilders/docgen/obj
/docbuilders/docgen/packages
/docbuilders/docgen/.vs
/docbuilders/docgen/out
/docbuilders/docgen/_build
/src/dotnet/Debug
/src/dotnet/.vs
/src/dotnet/obj
/src/methodgen/bin
/src/methodgen/obj
/src/methodgen/methodgen.csproj.user
/src/dotnet/AutoNativeEnums.cs
/src/dotnet/AutoNativeMethods.cs
/src/dotnet/Release
/src/dotnet/bin
/src/.mypy_cache
/src/docgen/obj
/src/docgen/out
/src/docgen/packages
/src/docgen/.vs
/src/docgen/artifacts
/src/docgen/bin
/src/methodgen/.vs
script/.idea
venv/
src/MethodGen.pdb
src/dotnet/Resources/Resource.designer.cs
script/bootstrap.pyc
node_modules/
.vs/
bin/
obj/
x64/
Properties/
.venv/
tests/SampleCppReadTextEntity/build
src/js/docs/docs