Author: ereisman
Date: Thu Sep 27 02:11:27 2012
New Revision: 1390809
URL: http://svn.apache.org/viewvc?rev=1390809&view=rev
Log:
GIRAPH-338: More Rat Ignores (Nitay Joffe via ereisman)
Modified:
giraph/trunk/.gitignore
giraph/trunk/CHANGELOG
giraph/trunk/pom.xml
Modified: giraph/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/giraph/trunk/.gitignore?rev=1390809&r1=1390808&r2=1390809&view=diff
==============================================================================
--- giraph/trunk/.gitignore (original)
+++ giraph/trunk/.gitignore Thu Sep 27 02:11:27 2012
@@ -7,6 +7,7 @@
# Build files:
*.class
target
+Unknown Job*
# IntelliJ IDEA files:
*.iml
Modified: giraph/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1390809&r1=1390808&r2=1390809&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Thu Sep 27 02:11:27 2012
@@ -1,6 +1,8 @@
Giraph Change Log
Release 0.2.0 - unreleased
+ GIRAPH-338: More Rat Ignores (Nitay Joffe via ereisman)
+
GIRAPH-347: GiraphConfiguration broke hcatalog build
(Nitay Joffe via ereisman)
Modified: giraph/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1390809&r1=1390808&r2=1390809&view=diff
==============================================================================
--- giraph/trunk/pom.xml (original)
+++ giraph/trunk/pom.xml Thu Sep 27 02:11:27 2012
@@ -462,6 +462,7 @@ under the License.
<exclude>**/target/**</exclude>
<exclude>_bsp/**</exclude>
<exclude>.checkstyle</exclude>
+ <exclude>Unknown Job*</exclude>
<!-- source control and IDEs -->
<exclude>.reviewboardrc</exclude>
<exclude>.git/**</exclude>
@@ -470,6 +471,10 @@ under the License.
<exclude>.idea/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.ipr</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.settings/**</exclude>
+ <exclude>.arcconfig</exclude>
</excludes>
</configuration>
</plugin>