X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=503ae3c50903921c42c63f628073c5d51ae7a949;hb=d7d098a7e63a09ff0f14db44e9dfadec30d70d97;hp=5fd7f2fc1a0878cfb8b6ac8540b1342d4d7381ee;hpb=20836d3003050d4abd313eb9fda4dc8bb6bc7f9c;p=rust.git diff --git a/.gitignore b/.gitignore index 5fd7f2fc1a0..503ae3c5090 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Used by Travis to be able to push: +# Used by CI to be able to push: /.github/deploy_key out @@ -15,15 +15,20 @@ out *.exe # Generated by Cargo -Cargo.lock +*Cargo.lock /target /clippy_lints/target -/clippy_workspace_tests/target +/clippy_utils/target /clippy_dev/target +/lintcheck/target +/rustc_tools_util/target # Generated by dogfood /target_recur/ +# Generated by lintcheck +/lintcheck-logs + # gh pages docs util/gh-pages/lints.json @@ -34,3 +39,6 @@ helper.txt *.iml .vscode .idea + +# mdbook generated output +/book/book