Uh oh!
There was an error while loading. Please reload this page.
[MINOR][BUILD] Remove *.crc from .gitignore - #23020
Conversation
…st source dirs and IJ warns about it
SparkQA
commented
Nov 13, 2018
Test build #98758 has finished for PR 23020 at commit
|
HyukjinKwon
commented
Nov 13, 2018
retest this please |
SparkQA
commented
Nov 13, 2018
Test build #98764 has finished for PR 23020 at commit
|
srowen
commented
Nov 13, 2018
Merged to master |
HeartSaVioR
commented
Jan 3, 2019
@srowen #22170 was to prevent the case for adding After this PR I have to narrow down ranges when executing Maybe adding |
srowen
commented
Jan 3, 2019
@HeartSaVioR that could be fine, but what is the problem? I'm not clear. Files that are in git should not be covered by ignore rules. .crc files that are created by tests should be ignored, but they should be under |
HeartSaVioR
commented
Jan 3, 2019
## What changes were proposed in this pull request? Remove *.crc from .gitignore as there are actual .crc files in the test source dirs and IJ warns about it ## How was this patch tested? N/A Closesapache#23020 from srowen/gitignore. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
What changes were proposed in this pull request?
Remove *.crc from .gitignore as there are actual .crc files in the test source dirs and IJ warns about it
How was this patch tested?
N/A