X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=adf5e8feddf4c507efc627259e53cb146bdb45ea;hb=2153abb4124fd3dca018d4adb4e79693f1a9fedd;hp=37727f91cbeed77698ea9cd0bcd5f074caf34739;hpb=3a6010f8df35d21b7bd3d2cb47346b0aa75a3589;p=rust.git diff --git a/.gitignore b/.gitignore index 37727f91cbe..adf5e8feddf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,37 @@ +# 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 -/target/ +*Cargo.lock +/target +/clippy_lints/target +/clippy_workspace_tests/target +/clippy_dev/target +/rustc_tools_util/target + +# Generated by dogfood +/target_recur/ + +# gh pages docs +util/gh-pages/lints.json + +# rustfmt backups +*.rs.bk + +helper.txt +*.iml +.vscode +.idea