]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Update needless_lifetimes_impl_trait.rs
[rust.git] / .gitignore
index acb3c020fe72778f6455f8d3d63f56392dd4733b..6f472c418d22ea3a771d3c3c520480f3292a4acf 100644 (file)
@@ -1,17 +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/
-
-# We don't pin yet
 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