Combine tests gitignore into single top level gitignore

This commit is contained in:
David Tolnay 2022-09-24 10:54:50 -07:00
parent 3d01fc3fea
commit 3c49303bed
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 3 deletions

5
.gitignore vendored
View File

@ -1,3 +1,4 @@
target target/
Cargo.lock Cargo.lock
tests/rust/* /tests/rust/*
/tests/*.pending-snap

1
tests/.gitignore vendored
View File

@ -1 +0,0 @@
/*.pending-snap