X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=0206d9dc963652a97305f3d6f0d572e9d8817f67;hb=115592530548c623c205185e1d3b89ce7ce05b18;hp=ac98a7d842f48e0667b501a0b93595cc8ad6aae8;hpb=2447e1d5bef3ea762a2e91dc7c121a3d7092fce5;p=rust.git diff --git a/.gitignore b/.gitignore index ac98a7d842f..0206d9dc963 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Used by Travis to be able to push: +/.github/deploy_key +out + # Compiled files *.o *.so @@ -9,6 +13,13 @@ # Generated by Cargo /target/ +/clippy_lints/target/ # We don't pin yet Cargo.lock + +# Generated by dogfood +/target_recur/ + +# gh pages docs +util/gh-pages/lints.json