Repository: spark
Updated Branches:
  refs/heads/master 2c72a4432 -> b4e16bd58


[GIT] add pydev & Rstudio project file to gitignore list

## What changes were proposed in this pull request?

Add Pydev & Rstudio project file to gitignore list, I think the two IEDs are 
used by many developers.
so that won't need personal gitignore_global config.

## How was this patch tested?

N/A

Author: WeichenXu <weichenxu...@outlook.com>

Closes #14293 from WeichenXu123/update_gitignore.


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

Branch: refs/heads/master
Commit: b4e16bd582d998235bfa061f7ade9f23fdfff05e
Parents: 2c72a44
Author: WeichenXu <weichenxu...@outlook.com>
Authored: Fri Jul 22 12:40:41 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Jul 22 12:40:41 2016 +0100

----------------------------------------------------------------------
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b4e16bd5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index b4dd1d0..225aa61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 .idea/
 .idea_modules/
 .project
+.pydevproject
 .scala_dependencies
 .settings
 /lib/
@@ -78,3 +79,6 @@ spark-warehouse/
 .RData
 .RHistory
 .Rhistory
+*.Rproj
+*.Rproj.*
+


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

Reply via email to