Skip to content

Commit

Permalink
[zeppelin] add temp directories generated by zeppelin-Rinterpreter to…
Browse files Browse the repository at this point in the history
… gitignore

### What is this PR for?
When compile and test zeppelin-Rinterpreter, it will generate temp directories `/R` and `/tmp`
add them into `.gitignore`

### What type of PR is it?
Improvement

### Todos
N/A

### What is the Jira issue?
N/A

### How should this be tested?
N/A

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: WeichenXu <[email protected]>

Closes apache#1297 from WeichenXu123/gitignore_add_R_tmp and squashes the following commits:

478a0dc [WeichenXu] gitignore add R tmp dir
  • Loading branch information
WeichenXu123 authored and jongyoul committed Aug 31, 2016
1 parent d371d96 commit e3e19ec
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 @@ -47,6 +47,7 @@ zeppelin-web/bower_components
# R
/r/lib/
.Rhistory
/R/

# project level
/logs/
Expand Down Expand Up @@ -108,3 +109,6 @@ tramp

# Generated by zeppelin-examples
/helium

# tmp files
/tmp/

0 comments on commit e3e19ec

Please sign in to comment.