Skip to content

Commit 70c2daf

Browse files
mshang816highker
authored andcommitted
Add velox submodule and some cpp-specific file to .gitignore
1 parent 5873abb commit 70c2daf

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,32 @@ benchmark_outputs
2626
.editorconfig
2727
node_modules
2828
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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "presto-native-execution/velox"]
2+
path = presto-native-execution/velox
3+
url = https://github.com/facebookincubator/velox.git

presto-native-execution/velox

Submodule velox added at 401c63c

0 commit comments

Comments
 (0)