From 86e6b5c153e4d104febc53237aa5f08036e368b0 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 一月 2020 17:45:28 +0800 Subject: [PATCH] log env --- .gitignore | 34 ++++++++++++---------------------- 1 files changed, 12 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8365624..048e1dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,13 @@ -# 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 +data/ +runtime/ +libs/ +libcomm.so +FPN_REID* +*sub*.json -- Gitblit v1.8.0