Repository: zeppelin
Updated Branches:
  refs/heads/master 7cc908b3a -> 211e55d01


[ZEPPELIN-1235] ignore rules for files generated by zeppelin-examples

### What is this PR for?
add `/helium` in .gitignore

### What type of PR is it?
[Improvement]

### What is the Jira issue?
* [ZEPPELIN-1235](https://issues.apache.org/jira/browse/ZEPPELIN-1235)

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

Author: Prabhjyot Singh <[email protected]>

Closes #1233 from prabhjyotsingh/ZEPPELIN-1235 and squashes the following 
commits:

a41781e [Prabhjyot Singh] ZEPPELIN-1235 ignore rules for files generated by 
zeppelin-examples


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

Branch: refs/heads/master
Commit: 211e55d0146696a88ae1915fce2687e2d4da9771
Parents: 7cc908b
Author: Prabhjyot Singh <[email protected]>
Authored: Wed Jul 27 12:06:45 2016 +0530
Committer: Prabhjyot Singh <[email protected]>
Committed: Fri Jul 29 10:29:43 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/211e55d0/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7aeb361..5ad0d7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -105,3 +105,6 @@ tramp
 .\#*
 *.swp
 **/dependency-reduced-pom.xml
+
+# Generated by zeppelin-examples
+/helium

Reply via email to