Skip to content

Commit

Permalink
MINOR: [C++] Mark more files generated (apache#37462)
Browse files Browse the repository at this point in the history
### Rationale for this change

Some generated files, such as Thrift C++ implementation files, can be shown by default in PR diff views.

### What changes are included in this PR?

Mark more files generated.

### Are these changes tested?

No tests required.

### Are there any user-facing changes?

No.

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
pitrou authored Aug 30, 2023
1 parent 6aec261 commit 0952ee1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
cpp/src/arrow/util/bpacking_*_generated.h linguist-generated=true
cpp/src/generated/*.cpp linguist-generated=true
cpp/src/generated/*.h linguist-generated=true
go/**/*.s linguist-generated=true
go/arrow/unionmode_string.go linguist-generated=true
r/R/RcppExports.R linguist-generated=true
r/R/arrowExports.R linguist-generated=true
r/src/RcppExports.cpp linguist-generated=true
r/src/arrowExports.cpp linguist-generated=true
r/man/*.Rd linguist-generated=true
cpp/src/generated/*.h linguist-generated=true
r/NEWS.md merge=union
go/**/*.s linguist-generated=true
go/arrow/unionmode_string.go linguist-generated=true

0 comments on commit 0952ee1

Please sign in to comment.