From f71125a0d3df1ec17453212fd5b6e64bf492fbf2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Jul 2015 13:18:21 -0400 Subject: Switch build method to keep a copy of the current tarball in the repository rather than fetching it every time, both to simplify the build and to avoid a lot of gratuitous re-fetches of the tarball when building under continuous integration or release engineering scripts. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 08d6074..180ebd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ build libsqlite3.a -sqlite-autoconf-3080900.tar.gz sqlite3 sqlite3.h -- cgit v1.2.3