Skip to content

Commit

Permalink
[SPARK-33269][INFRA] Ignore ".bsp/" directory in Git
Browse files Browse the repository at this point in the history
### 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 apache#30171 from gengliangwang/ignoreBSP.

Authored-by: Gengliang Wang <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
  • Loading branch information
gengliangwang authored and HyukjinKwon committed Oct 28, 2020
1 parent 3c3ad5f commit 2b8fe6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.swp
*~
.DS_Store
.bsp/
.cache
.classpath
.ensime
Expand Down

0 comments on commit 2b8fe6d

Please sign in to comment.