diff options
author | Rob Austein <sra@hactrn.net> | 2015-04-28 15:04:49 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-04-28 15:04:49 -0400 |
commit | a18c0d41a606e8ff02f1457e9a0ac996132a2445 (patch) | |
tree | 17b949ad4a02ac3c3aaf2b971208fa5936ea9f9f /.gitignore |
Initial commit of SQLite3 port.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08d6074 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build +libsqlite3.a +sqlite-autoconf-3080900.tar.gz +sqlite3 +sqlite3.h |