You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2017/07/04 19:37:32 UTC

spark git commit: [MINOR][SPARKR] ignore Rplots.pdf test output after running R tests

Repository: spark
Updated Branches:
  refs/heads/master cec392150 -> daabf425e


[MINOR][SPARKR] ignore Rplots.pdf test output after running R tests

## What changes were proposed in this pull request?

After running R tests in local build, it outputs Rplots.pdf. This one should be ignored in the git repository.

Author: wangmiao1981 <wm...@hotmail.com>

Closes #18518 from wangmiao1981/ignore.


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

Branch: refs/heads/master
Commit: daabf425ec0272951b11f286e4bec7a48f42cc0d
Parents: cec3921
Author: wangmiao1981 <wm...@hotmail.com>
Authored: Tue Jul 4 12:37:29 2017 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Tue Jul 4 12:37:29 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/daabf425/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1d91b43..cf9780d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ R-unit-tests.log
 R/unit-tests.out
 R/cran-check.out
 R/pkg/vignettes/sparkr-vignettes.html
+R/pkg/tests/fulltests/Rplots.pdf
 build/*.jar
 build/apache-maven*
 build/scala*


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