Skip to content

Commit

Permalink
[GIT] add pydev & Rstudio project file to gitignore list
Browse files Browse the repository at this point in the history
## 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 <[email protected]>

Closes apache#14293 from WeichenXu123/update_gitignore.
  • Loading branch information
WeichenXu123 authored and srowen committed Jul 22, 2016
1 parent 2c72a44 commit b4e16bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.idea/
.idea_modules/
.project
.pydevproject
.scala_dependencies
.settings
/lib/
Expand Down Expand Up @@ -78,3 +79,6 @@ spark-warehouse/
.RData
.RHistory
.Rhistory
*.Rproj
*.Rproj.*

0 comments on commit b4e16bd

Please sign in to comment.