From f0f7b1decdfc68025c0e1eb043039509446b884f Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 24 Feb 2020 05:40:22 +0800 Subject: [PATCH] add some --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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