This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.3 by this push:
     new f75a6221f [MINOR] Exclude sbt files from git
f75a6221f is described below

commit f75a6221fc900b662ec88ebd34995dcfa6b0ddf6
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Sep 11 15:15:18 2023 +0800

    [MINOR] Exclude sbt files from git
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6b756767d..b4ba88390 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 *.swp
 *~
 .DS_Store
+.bsp
 .cache
 .classpath
 .ensime
@@ -24,6 +25,8 @@
 .settings
 /lib/
 build/apache-maven*
+build/sbt-launch-*.jar
+build/sbt-config/repositories-local
 cache
 checkpoint
 conf/*.cmd

Reply via email to