X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=adf5e8feddf4c507efc627259e53cb146bdb45ea;hb=bbbc973a842fc515f9b22d10d103bbf2d7827697;hp=5c665bebd04cbd2a3fe80de4a65ac6fd3a7001b5;hpb=cd3d22d287e0b4a9bb5a31d0832a369a8fb8320f;p=rust.git diff --git a/.gitignore b/.gitignore index 5c665bebd04..adf5e8feddf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,26 @@ -# 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_dev/target +/rustc_tools_util/target # Generated by dogfood /target_recur/ @@ -31,6 +35,3 @@ helper.txt *.iml .vscode .idea - -# Used by the Clippy build script -min_version.txt