You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/02/13 11:22:35 UTC

spark git commit: [SPARK-19562][BUILD] Added exclude for dev/pr-deps to gitignore

Repository: spark
Updated Branches:
  refs/heads/master 855a1b755 -> 8f03ad547


[SPARK-19562][BUILD] Added exclude for dev/pr-deps to gitignore

## What changes were proposed in this pull request?

Just adding a missing .gitignore entry.

## How was this patch tested?

Entry added, now repo is not dirty anymore after running the build.

Author: Armin Braun <me...@obrown.io>

Closes #16904 from original-brownbear/SPARK-19562.


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

Branch: refs/heads/master
Commit: 8f03ad547895b63825cff751265231b4fb75d660
Parents: 855a1b7
Author: Armin Braun <me...@obrown.io>
Authored: Mon Feb 13 11:22:31 2017 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Feb 13 11:22:31 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/8f03ad54/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5634a43..1d91b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ dependency-reduced-pom.xml
 derby.log
 dev/create-release/*final
 dev/create-release/*txt
+dev/pr-deps/
 dist/
 docs/_site
 docs/api


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