File tree 3 files changed +33
-0
lines changed 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,32 @@ benchmark_outputs
26
26
.editorconfig
27
27
node_modules
28
28
presto-docs-venv /
29
+
30
+ # ==============================================================================#
31
+ # presto-native-execution
32
+ # ==============================================================================#
33
+ presto-native-execution /_build
34
+ presto-native-execution /build
35
+ * .swp
36
+ * ~
37
+ a.out
38
+
39
+ # Compiled Object files
40
+ * .slo
41
+ * .lo
42
+ * .o
43
+ * .cuo
44
+
45
+ # Compiled Dynamic libraries
46
+ * .so
47
+ * .dylib
48
+
49
+ # Compiled Static libraries
50
+ * .lai
51
+ * .la
52
+ * .a
53
+
54
+ # Compiled protocol buffers
55
+ * .pb.h
56
+ * .pb.cc
57
+ * _pb2.py
Original file line number Diff line number Diff line change
1
+ [submodule "presto-native-execution/velox "]
2
+ path = presto-native-execution/velox
3
+ url = https://github.com/facebookincubator/velox.git
You can’t perform that action at this time.
0 commit comments