forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (76 loc) · 1.08 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
.uuid
.vs/
/*.scad
**/out*.*
*.dmg
*~
*.tar*
*.new
out.*
Makefile
objects
.gdbinit
.qmake.stash
.tags*
**/#*#
/.dir-locals.el
testdata/scad/2D/features/import_dxf-tests.scad
testdata/scad/3D/features/import_stl-tests.scad
testdata/scad/3D/features/import_3mf-tests.scad
testdata/scad/misc/include-tests.scad
testdata/scad/misc/use-tests.scad
testdata/svg/viewbox/viewbox_*.svg
**/project.xcworkspace
**/xcuserdata
/*.stl
/*.dxf
/*.off
/*.amf
/*.png
/*.csg
/*.nef3
/*.blend
/*.obj
/*.rcad
/*.xml
/*.dat
/*.gcode
/*.py
/*.svg
/*.h
/*.dump
/*.pl
/lexer_lex.cpp
/parser_yacc.cpp
/openscad_adaptor.cpp
/openscad_interface.cpp
/OpenSCAD.app
/openscad.appdata.xml
/openscad.pro.user
/openscad
/locale/*/*/*.mo
/locale/*.mo
/locale/POTFILES
/tmp
/nbproject
/mingw32.*
/mingw64.*
src/*.org
src/*.old
src/*.debug
/Testing
.DS_Store
/build
tests/lexer.cxx
tests/parser.cxx
tests/parser.hxx
tests/DartConfiguration.tcl
tests/__pycache__/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
OpenSCAD_autogen
/local.pri
testdata/scad/issues/issue2342.scad
testdata/python/gen_issue2342.py
testdata/python/gen_svg_viewbox_tests.py