Repository: spark
Updated Branches:
  refs/heads/master 5059255d9 -> d80063278


[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, 
https://github.com/apache/spark/pull/21733#issuecomment-414578244.

## 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 <kabh...@gmail.com>
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d8006327
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d8006327
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d8006327

Branch: refs/heads/master
Commit: d80063278debc5529653d184841f50fe98cdad97
Parents: 5059255
Author: Jungtaek Lim <kabh...@gmail.com>
Authored: Wed Aug 22 01:00:06 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Wed Aug 22 01:00:06 2018 +0800

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d8006327/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index e4c44d0..19db7ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,6 +77,7 @@ target/
 unit-tests.log
 work/
 docs/.jekyll-metadata
+*.crc
 
 # For Hive
 TempStatsStore/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to