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 17:20:23 +02:00
committed by GitHub
parent 5be73c1064
commit a223fd8b85
+1
View File
@@ -1,4 +1,5 @@
/target
/examples/target
/examples/*/target
Cargo.lock
.DS_Store