diff options
| author | Jamis Buck <jamis@37signals.com> | 2008-05-30 13:29:24 -0600 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2008-05-30 13:29:24 -0600 |
| commit | 9be2cc70eb12164021c8239552f3a81fdb367da5 (patch) | |
| tree | 58c6a8c3902f3b06ba7fd68aee0ddd4f6a09f445 /ext/sqlite3_api/.gitignore | |
| parent | 2914f06f7eb8a24b6067bde3a2eec9d41f13e014 (diff) | |
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.
Diffstat (limited to 'ext/sqlite3_api/.gitignore')
| -rw-r--r-- | ext/sqlite3_api/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
