From: Marvin Schmidt Date: Fri, 13 May 2016 10:35:03 +0000 (+0200) Subject: gitignore: Add files generated when building Ruby bindings X-Git-Tag: libsigrok-0.5.0~416 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=4def782b6e545a91fc7e0cf9f4468e8f56c0d3a6 gitignore: Add files generated when building Ruby bindings --- diff --git a/.gitignore b/.gitignore index 2d2fadbb..c2d6b42c 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,11 @@ stamp-h? /bindings/python/sigrok/core/lowlevel_wrap.c /bindings/python/timestamp +# Files generated by building Ruby bindings +/bindings/ruby/classes_wrap.cpp +/bindings/ruby/doc.i +/bindings/ruby/sigrok.so + # Files generated by building Java bindings *.class /bindings/java/libsigrok_java_core_classes.so