From ef3658bf1d34bb7f5181038b8aaaff9bcba3109f Mon Sep 17 00:00:00 2001 From: nagadomi Date: Wed, 14 Nov 2018 17:28:47 +0900 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +-- .gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 71843de..ac78cf2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -models/vgg_7/*/*.json binary -models/upconv_7/*/*.json binary +models/**/*.json binary *.t7 binary diff --git a/.gitignore b/.gitignore index f5a0be4..6aec099 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ models/* !models/upconv_7l !models/srresnet_12l !models/vgg_7 +!models/cunet models/*/*.png models/*/*/*.png