X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=503ae3c50903921c42c63f628073c5d51ae7a949;hb=09f9acea0a611cdd3185e311b8124737ffd30332;hp=6f472c418d22ea3a771d3c3c520480f3292a4acf;hpb=3662ee76abd777ce6fcf1129e9b922415f4c4fd8;p=rust.git diff --git a/.gitignore b/.gitignore index 6f472c418d2..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 @@ -28,5 +36,9 @@ util/gh-pages/lints.json *.rs.bk helper.txt - +*.iml .vscode +.idea + +# mdbook generated output +/book/book