From 15559ce624a4679fe411ea0e5eee8fa3c99cd58d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 May 2021 11:53:55 +0300 Subject: test(check): write subplot outputs to ./test-outputs Put output files into ./test-outputs so they don't clutter the source tree. Also, tell Python to not write byte code files, by setting PYTHONDONTWRITEBYTECODE=1 in the environment. This should prevent src/resource.rs from triggering a rebuild after ./check, because share/python/lib doesn't get modified by ./check anymore. Sponsored-by: author --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 694cd89..3677a92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/test-outputs /target **/*.rs.bk *.pdf -- cgit v1.2.1