[SPARK-33269][INFRA] Ignore ".bsp/" directory in Git

### What changes were proposed in this pull request?

After SBT upgrade into 1.4.0 and above. there is always a ".bsp" directory after sbt starts:
https://github.com/sbt/sbt/releases/tag/v1.4.0
This PR is to put the directory in to `.gitignore`.

### Why are the changes needed?

The ".bsp" directory is an untracked file for git during development. This is annoying.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Manual local test

Closes #30171 from gengliangwang/ignoreBSP.

Authored-by: Gengliang Wang <gengliang.wang@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This commit is contained in:
Gengliang Wang 2020-10-28 21:32:09 +09:00 committed by HyukjinKwon
parent 3c3ad5f7c0
commit 2b8fe6d9ae

1
.gitignore vendored
View file

@ -8,6 +8,7 @@
*.swp
*~
.DS_Store
.bsp/
.cache
.classpath
.ensime