forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (97 loc) · 1.52 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
.uuid
.cache/
.vs/
.vscode/
/*.scad
**/out*.*
*.dmg
*~
*.tar*
*.new
*.bak
out.*
Makefile
Makefile.Debug
Makefile.Release
objects
object_script.openscad.Debug
object_script.openscad.Release
.gdbinit
.qmake.stash
.tags*
**/#*#
/.dir-locals.el
**/project.xcworkspace
**/xcuserdata
/*.stl
/*.dxf
/*.off
/*.amf
/*.png
/*.csg
/*.nef3
/*.blend
/*.obj
/*.rcad
/*.xml
/*.dat
/*.gcode
/*.py
/*.svg
/*.h
/*.dump
/*.pl
/b/
/c/
.gcov/
/lexer_lex.cpp
/parser_yacc.cpp
/openscad_adaptor.cpp
/openscad_interface.cpp
/OpenSCAD.app
/openscad.appdata.xml
/openscad.appdata.xml.in2
/openscad.pro.user
/openscad
/openscad-nightly
/resources/icons/openscad.desktop
/resources/common.qrc
/resources/mac.qrc
/locale/*/*/*.mo
/locale/*.mo
/locale/POTFILES
/tmp
/nbproject
/mingw32.*
/mingw64.*
src/*.org
src/*.old
src/*.debug
/Testing
.DS_Store
/build
/build_xcode
/release
tests/DartConfiguration.tcl
tests/__pycache__/
tests/venv
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
OpenSCAD_autogen
resources/CMakeFiles
resources/Makefile
resources/cmake_install.cmake
resources/docs/OpenSCADUserDocs
/local.pri
tests/data/python/gen_issue2342.py
tests/data/python/gen_svg_viewbox_tests.py
tests/data/scad/2D/features/import_dxf-tests.scad
tests/data/scad/3D/features/import_stl-tests.scad
tests/data/scad/3D/features/import_3mf-tests.scad
tests/data/scad/issues/issue2342.scad
tests/data/scad/misc/include-tests.scad
tests/data/scad/misc/use-tests.scad
tests/data/svg/viewbox/viewbox_*.svg
tests/regression/pdfexporttest/centered.pdf
tests/regression/pdfexporttest/simple-pdf.pdf