From 9be2cc70eb12164021c8239552f3a81fdb367da5 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 30 May 2008 13:29:24 -0600 Subject: Update the sqlite3-api wrapper implementation. This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo. --- ext/sqlite3_api/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ext/sqlite3_api/.gitignore (limited to 'ext/sqlite3_api/.gitignore') diff --git a/ext/sqlite3_api/.gitignore b/ext/sqlite3_api/.gitignore new file mode 100644 index 0000000..8dfacf6 --- /dev/null +++ b/ext/sqlite3_api/.gitignore @@ -0,0 +1,5 @@ +mkmf.log +*.o +*.bundle +*.so +Makefile -- cgit