From: Heather Date: Tue, 8 Jul 2014 17:41:13 +0000 (+0400) Subject: add /target/ (generated by Cargo) to Rust gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=70dab67e35d20588bad711bbaaefedf6cd033fab;p=gitignore.git add /target/ (generated by Cargo) to Rust gitignore --- diff --git a/Rust.gitignore b/Rust.gitignore index 61d77448..37727f91 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,5 +1,11 @@ +# Compiled files *.o *.so *.rlib *.dll + +# Executables *.exe + +# Generated by Cargo +/target/