Skip to content

Commit

Permalink
[MINOR] Add .crc files to .gitignore
Browse files Browse the repository at this point in the history
## 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 apache#21733, apache#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 apache#22170 from HeartSaVioR/add-crc-files-to-gitignore.

Authored-by: Jungtaek Lim <[email protected]>
Signed-off-by: hyukjinkwon <[email protected]>
  • Loading branch information
HeartSaVioR authored and HyukjinKwon committed Aug 21, 2018
1 parent 5059255 commit d800632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ target/
unit-tests.log
work/
docs/.jekyll-metadata
*.crc

# For Hive
TempStatsStore/
Expand Down

0 comments on commit d800632

Please sign in to comment.