]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
opts: rephrase wording for --all and -p
[rust.git] / .gitignore
index 7e772977f785738d75f1db4e964e48921bc190e5..37adf8751ca8f91fb041bcdbf31845632114562c 100644 (file)
@@ -4,7 +4,7 @@
 ### Rust ###
 # Generated by Cargo
 # will have compiled files and executables
-/target/
+/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 +17,8 @@
 
 # Used by macOS' file system to track custom attributes of containing folder
 .DS_Store
+
+# Editors' specific files
+.idea/
+.vscode/
+*~