From: Peter A. Bigot Date: Sat, 17 May 2014 19:21:40 +0000 (-0500) Subject: gitignore: add for lua and ruby bindings X-Git-Tag: v1.5.0-rc1~95^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e575bce0b60e3bd97c9bd7c0e86806c7b323e31;p=thirdparty%2Frrdtool-1.x.git gitignore: add for lua and ruby bindings --- diff --git a/bindings/lua/.gitignore b/bindings/lua/.gitignore new file mode 100644 index 00000000..922d78b3 --- /dev/null +++ b/bindings/lua/.gitignore @@ -0,0 +1,3 @@ +# generated files +/.libs + diff --git a/bindings/ruby/.gitignore b/bindings/ruby/.gitignore new file mode 100644 index 00000000..f1fd1f16 --- /dev/null +++ b/bindings/ruby/.gitignore @@ -0,0 +1,3 @@ +# generated files +/RRD.so +/mkmf.log