Ver código fonte

Add rustfmt gitignore (#2108)

Wayne Nilsen 8 anos atrás
pai
commit
309aa7aba0
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      Rust.gitignore

+ 3 - 0
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