summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-13 14:07:38 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-13 14:07:38 +0100
commit60154474ba1cf4a556bbed7f80ee0947c29dbca8 (patch)
treeb864fb2503c6a49f1c6676db85d6d3397462a35b /.gitignore
parent539735e668f601058c2c71a847335e17fac107e8 (diff)
Enable multiple tests per file 🧱
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 32eee3e9..f60c09f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,15 @@
.vscode
+_things
+
/target
+bench/target
**/*.rs.bk
Cargo.lock
-bench/target
-tests/out
-_things
+
+tests/png
+tests/pdf
+tests/playground.typ
+tests/playground.png
+tests/playground.pdf
+
tarpaulin-report.html