summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-08 11:53:55 +0300
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-30 16:33:07 +0100
commit15559ce624a4679fe411ea0e5eee8fa3c99cd58d (patch)
tree262825283d9a5755271a667937ae25f313e2aa3a /.gitignore
parentd990af7543a865f29f413cf951b2838c72b57d46 (diff)
downloadsubplot-15559ce624a4679fe411ea0e5eee8fa3c99cd58d.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 694cd89..3677a92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/test-outputs
/target
**/*.rs.bk
*.pdf