]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Put empty trait braces on same line if possible
[rust.git] / .gitignore
index ad9178f09ca0619dd40473877761e16e5f42a381..71cf88f79e67b674ecf7abc54035fabaa4c84539 100644 (file)
@@ -4,7 +4,8 @@
 ### Rust ###
 # Generated by Cargo
 # will have compiled files and executables
-/target/
+/target
+tests/cargo-fmt/**/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
@@ -21,3 +22,4 @@
 # Editors' specific files
 .idea/
 .vscode/
+*~