Repository: spark
Updated Branches:
  refs/heads/master 84bcf9dc8 -> a23187f53


[SPARK-23174][BUILD][PYTHON][FOLLOWUP] Add pycodestyle*.py to .gitignore file.

## What changes were proposed in this pull request?

This is a follow-up pr of #20338 which changed the downloaded file name of the 
python code style checker but it's not contained in .gitignore file so the file 
remains as an untracked file for git after running the checker.
This pr adds the file name to .gitignore file.

## How was this patch tested?

Tested manually.

Author: Takuya UESHIN <ues...@databricks.com>

Closes #20432 from ueshin/issues/SPARK-23174/fup1.


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

Branch: refs/heads/master
Commit: a23187f53037425c61f1180b5e7990a116f86a42
Parents: 84bcf9d
Author: Takuya UESHIN <ues...@databricks.com>
Authored: Wed Jan 31 00:51:00 2018 +0900
Committer: hyukjinkwon <gurwls...@gmail.com>
Committed: Wed Jan 31 00:51:00 2018 +0900

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


http://git-wip-us.apache.org/repos/asf/spark/blob/a23187f5/dev/.gitignore
----------------------------------------------------------------------
diff --git a/dev/.gitignore b/dev/.gitignore
index 4a60274..c673922 100644
--- a/dev/.gitignore
+++ b/dev/.gitignore
@@ -1 +1,2 @@
 pep8*.py
+pycodestyle*.py


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

Reply via email to