From 5e920908a12c7d7372e145f04f315e00d5540d7a Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 19 十二月 2019 16:23:03 +0800 Subject: [PATCH] update --- .gitignore | 31 +++++++++---------------------- 1 files changed, 9 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8365624..1b67ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,10 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so +analysis +.idea +.vscode +go.sum -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - -*.exe -*.test +log/ +*.jpg +libgowrapper/ +data/ +FPN_R* -- Gitblit v1.8.0