Skip to content

Commit

Permalink
Add velox submodule and some cpp-specific file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mshang816 authored and highker committed Apr 5, 2022
1 parent 5873abb commit 70c2daf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,32 @@ benchmark_outputs
.editorconfig
node_modules
presto-docs-venv/

#==============================================================================#
# presto-native-execution
#==============================================================================#
presto-native-execution/_build
presto-native-execution/build
*.swp
*~
a.out

# Compiled Object files
*.slo
*.lo
*.o
*.cuo

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# Compiled protocol buffers
*.pb.h
*.pb.cc
*_pb2.py
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "presto-native-execution/velox"]
path = presto-native-execution/velox
url = https://github.com/facebookincubator/velox.git
1 change: 1 addition & 0 deletions presto-native-execution/velox
Submodule velox added at 401c63

0 comments on commit 70c2daf

Please sign in to comment.