X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=a6b636709c5231ddd9de23898cea2e2e9a5609a2;hb=12a82b2007b78594369ffd3ce089437dfe62dab5;hp=2db1ec5144f436e06c031554e9230afcb103f0fa;hpb=9110b6eb601ff45dcf31e9ed58fa4d93a3b24220;p=rust.git diff --git a/.gitignore b/.gitignore index 2db1ec5144f..a6b636709c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ +# Used by Travis to be able to push: +/.github/deploy_key +out + # Compiled files *.o *.so *.rlib *.dll +*.pyc # Executables *.exe @@ -16,3 +21,6 @@ Cargo.lock # Generated by dogfood /target_recur/ + +# gh pages docs +util/gh-pages/lints.json