You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2014/05/09 06:18:26 UTC

svn commit: r1593480 - in /pig/trunk: .gitignore CHANGES.txt

Author: cheolsoo
Date: Fri May  9 04:18:25 2014
New Revision: 1593480

URL: http://svn.apache.org/r1593480
Log:
PIG-3923: Gitignore file should ignore all generated artifacts (mrflip via cheolsoo)

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

Modified: pig/trunk/.gitignore
URL: http://svn.apache.org/viewvc/pig/trunk/.gitignore?rev=1593480&r1=1593479&r2=1593480&view=diff
==============================================================================
--- pig/trunk/.gitignore (original)
+++ pig/trunk/.gitignore Fri May  9 04:18:25 2014
@@ -18,3 +18,7 @@ pig-withouthadoop.jar
 *.classpath
 *.project
 *.crc
+.ant-targets-build.xml
+contrib/piggybank/java/piggybank.jar
+conf/log4j.properties
+lib/jdiff/pig_*SNAPSHOT.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1593480&r1=1593479&r2=1593480&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri May  9 04:18:25 2014
@@ -125,6 +125,8 @@ PIG-3882: Multiquery off mode execution 
  
 BUG FIXES
 
+PIG-3923: Gitignore file should ignore all generated artifacts (mrflip via cheolsoo)
+
 PIG-3922: Increase Forrest heap size to avoid OutOfMemoryError building docs (mrflip via cheolsoo)
 
 PIG-3916: isEmpty should not be early terminating (rohini)