You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2014/12/15 23:14:06 UTC

svn commit: r1645772 - in /avro/trunk: .gitignore CHANGES.txt

Author: cutting
Date: Mon Dec 15 22:14:05 2014
New Revision: 1645772

URL: http://svn.apache.org/r1645772
Log:
AVRO-1616. Add IntelliJ files to .gitignore.  Contributed by Niels Basjes.

Modified:
    avro/trunk/.gitignore
    avro/trunk/CHANGES.txt

Modified: avro/trunk/.gitignore
URL: http://svn.apache.org/viewvc/avro/trunk/.gitignore?rev=1645772&r1=1645771&r2=1645772&view=diff
==============================================================================
--- avro/trunk/.gitignore (original)
+++ avro/trunk/.gitignore Mon Dec 15 22:14:05 2014
@@ -1,3 +1,7 @@
+*.iml
+*.ipr
+*.iws
+.idea/
 .project
 .settings
 .classpath

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1645772&r1=1645771&r2=1645772&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Mon Dec 15 22:14:05 2014
@@ -50,6 +50,8 @@ Trunk (not yet released)
     AVRO-1619. Java: Improve javadoc comments in generated code.
     (Niels Basjes via cutting)
 
+    AVRO-1616. Add IntelliJ files to .gitignore. (Niels Basjes via cutting)
+
   BUG FIXES
 
     AVRO-1553. Java: MapReduce never uses MapOutputValueSchema (tomwhite)