diff --git a/.gitignore b/.gitignore index 554f601f..689ae637 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ -error.log -usr/publish - -var/ -pkg/ # Binaries for programs and plugins *.exe +*.bin *.dll *.so *.dylib @@ -17,8 +13,14 @@ pkg/ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ +.DS_Store *.swp *.swo -.DS_Store +*.log + +pkg/ +var/ +usr/publish +etc/init.shy