You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bu...@apache.org on 2015/09/12 09:28:03 UTC

svn commit: r1702596 - /avro/branches/branch-1.7/lang/ruby/.gitignore

Author: busbey
Date: Sat Sep 12 07:28:03 2015
New Revision: 1702596

URL: http://svn.apache.org/r1702596
Log:
AVRO-1709. Ruby: Ignore generated files. Contributed by Daniel Schierbeck.

    The data.avr file is generated every times the tests are run;
    Gemfile.lock is generated every time `bundle install` is run.

This closes #45


Modified:
    avro/branches/branch-1.7/lang/ruby/.gitignore

Modified: avro/branches/branch-1.7/lang/ruby/.gitignore
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.7/lang/ruby/.gitignore?rev=1702596&r1=1702595&r2=1702596&view=diff
==============================================================================
--- avro/branches/branch-1.7/lang/ruby/.gitignore (original)
+++ avro/branches/branch-1.7/lang/ruby/.gitignore Sat Sep 12 07:28:03 2015
@@ -1 +1,3 @@
-tmp
\ No newline at end of file
+tmp
+data.avr
+Gemfile.lock