X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=f1f4fa4e242aafc008a3a74ab9af21100a0eb35a;hb=0e455b046668778b16d3ed41cd2e701951337d72;hp=acb3c020fe72778f6455f8d3d63f56392dd4733b;hpb=c4e9982dd7548ff9081c6d4d44643033d46591eb;p=rust.git diff --git a/.gitignore b/.gitignore index acb3c020fe7..f1f4fa4e242 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,37 @@ +# Used by Travis to be able to push: +/.github/deploy_key +out + # Compiled files *.o +*.d *.so *.rlib *.dll +*.pyc +*.rmeta # Executables *.exe # Generated by Cargo -/target/ - -# We don't pin yet -Cargo.lock +*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