]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Merge pull request #1899 from rust-lang-nursery/ui_test_changes
[rust.git] / .gitignore
index a6b636709c5231ddd9de23898cea2e2e9a5609a2..11458b889278e54d51609e8640ff3e54da88c8b8 100644 (file)
@@ -15,6 +15,7 @@ out
 # Generated by Cargo
 /target/
 /clippy_lints/target/
+/clippy_tests/target/
 
 # We don't pin yet
 Cargo.lock
@@ -24,3 +25,12 @@ Cargo.lock
 
 # gh pages docs
 util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk
+
+helper.txt
+
+*.stdout
+
+.vscode