diff options
author | Wayne Nilsen <waynenilsen@gmail.com> | 2016-10-02 23:46:39 -0400 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-10-03 14:46:39 +1100 |
commit | 309aa7aba03dff56971883c5507cbf32b6380853 (patch) | |
tree | 62c8215fc5f8c354313afe1ee22bca2d8d839876 | |
parent | cb1f077cbe2ce71e8397d5996e1757bd1ac17589 (diff) | |
download | gitignore-309aa7aba03dff56971883c5507cbf32b6380853.tar.gz gitignore-309aa7aba03dff56971883c5507cbf32b6380853.zip |
Add rustfmt gitignore (#2108)
-rw-r--r-- | Rust.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Rust.gitignore b/Rust.gitignore index cb14a420..50281a44 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -5,3 +5,6 @@ # 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 |