You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2012/09/20 03:38:38 UTC

svn commit: r1387840 - in /giraph/trunk: .gitignore CHANGELOG

Author: aching
Date: Thu Sep 20 01:38:37 2012
New Revision: 1387840

URL: http://svn.apache.org/viewvc?rev=1387840&view=rev
Log:
GIRAPH-330: Ignores file for Git. (nitay via aching)


Added:
    giraph/trunk/.gitignore
Modified:
    giraph/trunk/CHANGELOG

Added: giraph/trunk/.gitignore
URL: http://svn.apache.org/viewvc/giraph/trunk/.gitignore?rev=1387840&view=auto
==============================================================================
--- giraph/trunk/.gitignore (added)
+++ giraph/trunk/.gitignore Thu Sep 20 01:38:37 2012
@@ -0,0 +1,32 @@
+*.patch
+.checkstyle
+
+# Mac files:
+.DS_Store
+
+# Build files:
+*.class
+target
+
+# IntelliJ IDEA files:
+*.iml
+*.ipr
+*.iws
+*.idea
+
+# Eclipse files:
+.classpath
+.eclipse
+.project
+.settings
+
+# Failed patch files:
+*.rej
+*.orig
+
+# Emacs auto-save files:
+*~
+\#*
+
+# Vim auto-save files:
+.*.swp

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1387840&r1=1387839&r2=1387840&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Thu Sep 20 01:38:37 2012
@@ -1,6 +1,9 @@
 Giraph Change Log
 
 Release 0.2.0 - unreleased
+
+  GIRAPH-330: Ignores file for Git. (nitay via aching)
+
   GIRAPH-327: Timesout values in BspServiceMaster.barrierOnWorkerList
   (majakabiljo via ereisman)