From e42f5a80391f7a4cb3b1305990ab3842ac2bea53 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 11 Sep 2014 21:59:48 -0500 Subject: ignore egg-info folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d4e22b0..e7ec942 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build dist/ MANIFEST debian/ +*.egg-info -- cgit v1.2.3 From 3fd5e3d5e9785a7e309c3021f174c3ff52bcc363 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 30 Sep 2016 15:44:33 -0400 Subject: [pkg] change the build behavior - link against system libsqlcipher by default - vendor amalgamation - control its build with --bundled flag - allow to pass amalgamation folder with --amalgamation= --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e7ec942..c72b8f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -amalgamation build *.pyc dist/ -- cgit v1.2.3 From 9bcaa60cb1aea37d70148d8ca46b086ff5adaec0 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 30 Sep 2016 16:16:14 -0400 Subject: add script to download latest amalgamation --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c72b8f1..e259da9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ dist/ MANIFEST debian/ *.egg-info +amalgamation_latest -- cgit v1.2.3