From 0e575bce0b60e3bd97c9bd7c0e86806c7b323e31 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Sat, 17 May 2014 14:21:40 -0500 Subject: [PATCH] gitignore: add for lua and ruby bindings --- bindings/lua/.gitignore | 3 +++ bindings/ruby/.gitignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 bindings/lua/.gitignore create mode 100644 bindings/ruby/.gitignore 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 -- 2.47.2