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