X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=b917739b5f4bd9ce60396645c7625cead8be8c80;hb=7556c420ab48867c04afc973a1bc5062def8ea5f;hp=09b805d72ac2b5be22a78621ac08b3424e15b8f6;hpb=e2c8c1cab572d7e73dc5ebacfb2ba8359a67ab27;p=rust.git diff --git a/.gitignore b/.gitignore index 09b805d72ac..b917739b5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,24 @@ -**/*.rs.bk + +# Created by https://www.gitignore.io/api/rust + +### Rust ### +# Generated by Cargo +# will have compiled files and executables /target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +# Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + +# End of https://www.gitignore.io/api/rust + +# Used by macOS' file system to track custom attributes of containing folder +.DS_Store + +# Editors' specific files +.idea/ +.vscode/ +*~