Skip to content

Commit

Permalink
[native] Fix gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfootjon authored and mshang816 committed Dec 1, 2022
1 parent 2ad80f0 commit ef40144
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions presto-native-execution/presto_cpp/main/thrift/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ presto_thrift.json -diff -merge
presto_thrift.json linguist-generated=true
presto_protocol-to-thrift-json.json -diff -merge
presto_protocol-to-thrift-json.json linguist-generated=true
ProtocolToThrift.cpp -diff -merge
ProtocolToThrift.cpp -merge
ProtocolToThrift.cpp linguist-generated=true
ProtocolToThrift.h -diff -merge
ProtocolToThrift.h -merge
ProtocolToThrift.h linguist-generated=true
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
antlr/* -diff -merge
antlr/* -merge
antlr/* linguist-generated=true
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
presto_protocol.h -diff -merge
presto_protocol.h -merge
presto_protocol.h linguist-generated=true
presto_protocol.cpp -diff -merge
presto_protocol.cpp -merge
presto_protocol.cpp linguist-generated=true
presto_protocol.proto -diff -merge
presto_protocol.proto linguist-generated=true

0 comments on commit ef40144

Please sign in to comment.