You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/06/16 16:24:35 UTC

git commit: TAJO-69: Add .reviewboardrc file to the ignore lists of Rat and .gitignore. (hyunsik)

Updated Branches:
  refs/heads/master a0410d94c -> ba0699c71


TAJO-69: Add .reviewboardrc file to the ignore lists of Rat and .gitignore. (hyunsik)


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

Branch: refs/heads/master
Commit: ba0699c71c9176bc659222d005cb10f74e621539
Parents: a0410d9
Author: Hyunsik Choi <hy...@apache.org>
Authored: Sun Jun 16 23:18:13 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Sun Jun 16 23:19:08 2013 +0900

----------------------------------------------------------------------
 .gitignore  | 1 +
 CHANGES.txt | 2 ++
 pom.xml     | 1 +
 3 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/ba0699c7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2f3ea02..4c76186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 target
 *.iml
 derby.log
+.reviewboardrc

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/ba0699c7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 841a508..dea57b3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,8 @@ Release 0.2.0 - unreleased
 
   IMPROVEMENTS
 
+    TAJO-69: Add .reviewboardrc file to the ignore lists of Rat and .gitignore. (hyunsik)
+
     TAJO-66: Support compiling and running Tajo with Java7 (Tejas Patil via hsaputra)
 
     TAJO-51: Parallel Container Launch of TaskRunnerLauncherImpl. (hyunsik)

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/ba0699c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d21c20..604ff83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,6 +320,7 @@
             <exclude>**/.classpath</exclude>
             <exclude>**/.settings/**</exclude>
             <exclude>atlassian-ide-plugin.xml</exclude>
+            <exclude>.reviewboardrc</exclude>
           </excludes>
         </configuration>
       </plugin>