[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 <ueshin@databricks.com>

Closes #20432 from ueshin/issues/SPARK-23174/fup1.
This commit is contained in:
Takuya UESHIN 2018-01-31 00:51:00 +09:00 committed by hyukjinkwon
parent 84bcf9dc88
commit a23187f530

1
dev/.gitignore vendored
View file

@ -1 +1,2 @@
pep8*.py pep8*.py
pycodestyle*.py