]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
declare_lint -> declare_tool_lint
[rust.git] / .gitignore
index 37727f91cbeed77698ea9cd0bcd5f074caf34739..5ca1e06a5e5a9d22a5e0f75dc1c9838aec516a41 100644 (file)
@@ -1,11 +1,38 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
+*.d
 *.so
 *.rlib
 *.dll
+*.pyc
+*.rmeta
 
 # 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
+*.iml
+.vscode
+.idea
+
+# Used by the Clippy build script
+min_version.txt