-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
155 lines (155 loc) · 3.3 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
*.glexe
*.opt-bc
*.result
*.last_result
*.test_output
*.compile_output
*.compile_stats
*.testreport
*.annot
*.cmt
*.cmti
.DS_Store
/TAGS
/bindgen/*.o
/bindgen/bindgen.dylib
/bindgen/bindgen.xcodeproj
/bindgen/test.bindings
/bindgen/zomp_bindgen.dylib
/build
/examples/**/*.exe
/examples/**/*.o
/examples/**/*.s
/examples/**/gmon.out
/examples/smallpt/image.png
/examples/smallpt/image.ppm
/examples/smallpt/smallpt-cpp
/examples/opengl/data-all
/libs/*.ll
/libs/*.o
/libs/assimp.dylib
/libs/glfw.zomp
/libs/glut.zomp
/libs/libAntTweakBar.dylib
/libs/libGLEW.dylib
/libs/libassimp.a
/libs/libglfw.dylib
/libs/libglut.dylib
/libs/libquicktext.dylib
/libs/libutils.dylib
/libs/opengl20.zomp
/libs/opengl20print.skel
/libs/opengl20print.zomp
/libs/quicktext.zomp
/libs/stb_image.dylib
/libs/stb_image.zomp
/source/*.annot
/source/*.cmi
/source/*.cmo
/source/*.cmx
/source/*.o
/source/dllzompvm.so
/source/gen_c_bindings
/source/libzompvm.a
/source/machine.ml
/source/machine.mli
/source/machine_stubs.c
/source/newparser.conflicts
/source/newparser.ml
/source/newparser.mli
/source/runtime.bc
/source/runtime.ll
/source/runtime.o
/source/sexprlexer.ml
/source/sexprparser.ml
/source/sexprparser.mli
/source/stdlib.bc
/source/stdlib.ll
/source/stdlib.orig.ll
/source/vmserver/Debug/
/source/vmserver/Release
/source/vmserver/ipch/
/source/vmserver/vmserver.opensdf
/source/vmserver/vmserver.sdf
/source/vmserver/vmserver.suo
/source/vmserver/vmserver.vcxproj.user
/source/zompvm_dummy.o
/source/zompvm_impl.o
/tests/*.exe
/tests/*.ll
/tests/llvmtest/*.api.cpp
/tests/buildlog.txt
/tests/clang_api/lookup_symbol.dylib
/tests/compileperf.zomp
/tests/compileperf_buildlog.txt
/tests/llvmtest/*.bc
/tests/llvmtest/*.dSYM
/tests/llvmtest/*.exe
/tests/llvmtest/*.ll
/tests/llvmtest/argstructs.ll
/tests/llvmtest/floats.bc
/tests/llvmtest/floats.ll
/tests/llvmtest/floats_flymake.ll
/tests/llvmtest/loopopt.ll
/tests/llvmtest/string.ll
/tests/mltests/*.cmi
/tests/mltests/*.cmo
/tests/mltests/*.cmx
/tests/mltests/*.exe
/tests/mltests/*.o
/tests/mltests/flymake.log
/tests/scratch.zomp
/tests/sharkperf.zomp
/tests/temp.zomp
/tests/temp2.zomp
/tests/timing.txt
/tests/timing_iexpr.txt
/tests/timing_sexpr.txt
/testsuite/*/*.exe
/testsuite/*/*.o
/testsuite/*/*.s
/testsuite/*_flymake.*
/testsuite/check_test.annot
/testsuite/check_test_verify/test_check_test_error_report.testreport.tmp
/testsuite/prelude_is_valid
/testsuite/preludevalid
/vm_client
/vm_server
/tools
/testsuite/check_test.cmi
/testsuite/check_test.cmo
/testsuite/std/libGLEW.1.9.0.dylib
/testsuite/std/libGLEW.1.9.dylib
/testsuite/std/libGLEW.dylib
/testsuite/std/libglfw.dylib
/examples/opengl/libGLEW.1.9.0.dylib
/examples/opengl/libGLEW.1.9.dylib
/examples/opengl/libGLEW.dylib
/examples/opengl/libglfw.dylib
/libs/libGLEW.1.9.0.dylib
/libs/libGLEW.1.9.dylib
/examples/opengl/assimp.dylib
/examples/opengl/libAntTweakBar.dylib
/testsuite/make_report
/testsuite/make_history_report
/ci_archive
/tests/build/buildlog.txt
/testsuite/*.cmo
/testsuite/*.cmi
/testsuite/*.cmx
/testsuite/*.o
/testsuite/check_test
/source/stats.ml
/source/stats.mli
/source/stats_stubs.c
/testsuite/zompsh/*.no_zompsh_commands.zomp
/testsuite/zompsh/no_zompsh_test_*.zomp
/tests/llvmtest/build/buildlog.txt
/GPATH
/GRTAGS
/GTAGS
/testsuite/zomp_source_to_html
/tests/llvmtest/llvm-parse
/tests/llvmtest/llvm-parse.o
*.dylib.dSYM/
*.zomp.expanded