diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-16 15:28:03 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-16 15:39:25 +0100 |
| commit | cc5f14193c25200e254e64cc594b15e84da280f9 (patch) | |
| tree | 3659be64d81dc3c0b2b4b36dd70f1d9bb949fcb1 /.gitignore | |
| parent | 51efb0f4d69943e290d977673970cd3c8ada306f (diff) | |
Flip test directory structure 🔃
Move full/lang/library to the top-level as that's more ergonomic to use.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -6,10 +6,8 @@ bench/target **/*.rs.bk Cargo.lock -tests/png -tests/pdf -tests/playground.typ -tests/playground.png -tests/playground.pdf +tests/*/png +tests/*/pdf +tests/playground.* tarpaulin-report.html |
