]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Merge pull request #1899 from rust-lang-nursery/ui_test_changes
[rust.git] / .gitignore
index e5a2f2aa7b7030204db9f94d4079b13473251a5b..11458b889278e54d51609e8640ff3e54da88c8b8 100644 (file)
@@ -1,8 +1,13 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+*.pyc
 
 # Executables
 *.exe
@@ -10,6 +15,7 @@
 # Generated by Cargo
 /target/
 /clippy_lints/target/
+/clippy_tests/target/
 
 # We don't pin yet
 Cargo.lock
@@ -19,3 +25,12 @@ Cargo.lock
 
 # gh pages docs
 util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk
+
+helper.txt
+
+*.stdout
+
+.vscode