From 25cd4e2bfffb59a1663a0620a445081723e2627e Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 12 Jun 2020 10:29:51 +0200 Subject: A test that computes coefficients for many colors, covering the entire sRGB gamut. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eeb8a6e..628dec4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ **/__pycache__ +out/ + -- cgit