From f0a55fbe2c2757bc64883ae65a717ad1a1ae9072 Mon Sep 17 00:00:00 2001 From: zhangmeng <zhangmeng@aiotlink.com> Date: 星期一, 16 十二月 2019 10:41:00 +0800 Subject: [PATCH] update cuda10.0/cuda10.2(face) --- .gitignore | 30 ++++++++---------------------- 1 files changed, 8 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8365624..0a4bcab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,9 @@ -# 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/ -- Gitblit v1.8.0