X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=503ae3c50903921c42c63f628073c5d51ae7a949;hb=2f0ed0a0b1fa7928464b95e0cfd0883699cb9c33;hp=3c8f96c0f6fb3fa8203079dbbe0c0b8485ea259a;hpb=ae3213747d1bcd722e7a1236cd528cd32e1bafcb;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