]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Use a custom env var for log settings intead of default RUST_LOG
[rust.git] / .gitignore
index 7e772977f785738d75f1db4e964e48921bc190e5..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
@@ -17,3 +18,8 @@
 
 # Used by macOS' file system to track custom attributes of containing folder
 .DS_Store
+
+# Editors' specific files
+.idea/
+.vscode/
+*~