Ignore target directories in individual examples (#981)

These get created with `rust-analyzer`, which pollutes the git status
output.
This commit is contained in:
Rohan Jain 2022-05-02 20:50:23 +05:30 committed by GitHub
parent 5be73c1064
commit a223fd8b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/target
/examples/target
/examples/*/target
Cargo.lock
.DS_Store