X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=376528e30853ad9ff166b8ad2094940b7e9cea09;hb=c05760ff90fbf4ac677db592b2efe25fab5fac6c;hp=3c8f96c0f6fb3fa8203079dbbe0c0b8485ea259a;hpb=d175c797e5299ba530460a619a4c34d9a818b187;p=rust.git diff --git a/.gitignore b/.gitignore index 3c8f96c0f6f..376528e3085 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,28 @@ -# 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_utils/target /clippy_workspace_tests/target +/clippy_dev/target +/lintcheck/target +/rustc_tools_util/target # Generated by dogfood /target_recur/