X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=503ae3c50903921c42c63f628073c5d51ae7a949;hb=5dc54c60660b2e37c2978c38df9298edcc2988f2;hp=3c8f96c0f6fb3fa8203079dbbe0c0b8485ea259a;hpb=d175c797e5299ba530460a619a4c34d9a818b187;p=rust.git diff --git a/.gitignore b/.gitignore index 3c8f96c0f6f..503ae3c5090 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,34 @@ -# Used by Travis to be able to push: +# Used by CI to be able to push: /.github/deploy_key out # Compiled files *.o +*.d *.so *.rlib *.dll *.pyc +*.rmeta # Executables *.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 @@ -31,3 +39,6 @@ helper.txt *.iml .vscode .idea + +# mdbook generated output +/book/book