]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Split up match_bool UI tests
[rust.git] / .gitignore
index 37727f91cbeed77698ea9cd0bcd5f074caf34739..6f472c418d22ea3a771d3c3c520480f3292a4acf 100644 (file)
@@ -1,11 +1,32 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+*.pyc
 
 # Executables
 *.exe
 
 # Generated by Cargo
-/target/
+Cargo.lock
+/target
+/clippy_lints/target
+/clippy_workspace_tests/target
+
+# Generated by dogfood
+/target_recur/
+
+# gh pages docs
+util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk
+
+helper.txt
+
+.vscode