Skip to content

Commit d800632

Browse files
HeartSaVioRHyukjinKwon
authored andcommitted
[MINOR] Add .crc files to .gitignore
## What changes were proposed in this pull request? Add .crc files to .gitignore so that we don't add .crc files in state checkpoint to git repo which could be added in test resources. This is based on comments in #21733, #21733 (comment). ## How was this patch tested? Add `.1.delta.crc` and `.2.delta.crc` in `<spark root>/sql/core/src/test/resources`, and confirm git doesn't suggest the files to add to stage. Closes #22170 from HeartSaVioR/add-crc-files-to-gitignore. Authored-by: Jungtaek Lim <[email protected]> Signed-off-by: hyukjinkwon <[email protected]>
1 parent 5059255 commit d800632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ target/
7777
unit-tests.log
7878
work/
7979
docs/.jekyll-metadata
80+
*.crc
8081

8182
# For Hive
8283
TempStatsStore/

0 commit comments

Comments
 (0)