From 0ce8c3912bcfb0a053adb6f0edfec1dc4ec9ce27 Mon Sep 17 00:00:00 2001 From: WuHaobo Date: Sat, 11 Apr 2020 00:11:56 +0800 Subject: [PATCH] add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3904a7ed..cf9d572c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *log* /dataset checkpoints/ +output/ pretrained/ *.ipynb* build/ -- GitLab