chore(rs): ignore skeleton in contests

Rust skeleton gets copied to ‹bin/› directory of Cargo project.

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-24 23:03:28 +02:00
parent 1913a247b4
commit 2062f120cc
Signed by: mfocko
GPG key ID: 7C47D46246790496

1
.gitignore vendored
View file

@ -26,6 +26,7 @@
# Rust
!.common/rust/**
!*.rs
*/src/main.rs
# Don't ignore skeletons in .common, but do all others
**/skeleton*