You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/06/02 11:16:27 UTC

svn commit: r1488652 - in /mahout/trunk: .gitignore CHANGELOG

Author: ssc
Date: Sun Jun  2 09:16:27 2013
New Revision: 1488652

URL: http://svn.apache.org/r1488652
Log:
MAHOUT-1228 Cleanup .gitignore

Modified:
    mahout/trunk/.gitignore
    mahout/trunk/CHANGELOG

Modified: mahout/trunk/.gitignore
URL: http://svn.apache.org/viewvc/mahout/trunk/.gitignore?rev=1488652&r1=1488651&r2=1488652&view=diff
==============================================================================
--- mahout/trunk/.gitignore (original)
+++ mahout/trunk/.gitignore Sun Jun  2 09:16:27 2013
@@ -1,27 +1,16 @@
 .classpath
 .project
+.settings/
 .idea/*
 *.iml
-target/*
-core/target/*
-math/target/*
-examples/target/*
+target/
 examples/bin/tmp
 output
-buildtools/target/*
-integration/target/*
-.settings/
-buildtools/.settings/
-core/.settings/
 core/build/
 core/input/
 core/output/
 core/testdata/
 core/temp
 temp
-distribution/.settings/
-examples/.settings/
 foo
 math-tests/
-math/.settings/
-integration/.settings/

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1488652&r1=1488651&r2=1488652&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Sun Jun  2 09:16:27 2013
@@ -2,6 +2,8 @@ Mahout Change Log
 
 Release 0.8 - unreleased
 
+  MAHOUT-1228: Cleanup .gitignore (Stevo Slavic via ssc)
+
   MAHOUT-1047: CVB hangs after completion (Angel Martinez Gonzalez via smarthi)
   
   MAHOUT-1235: ParallelALSFactorizationJob does not use VectorSumCombiner (ssc)