소스 검색

Update .gitattributes

nagadomi 6 년 전
부모
커밋
ef3658bf1d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .gitattributes
  2. 1 0
      .gitignore

+ 1 - 2
.gitattributes

@@ -1,3 +1,2 @@
-models/vgg_7/*/*.json binary
-models/upconv_7/*/*.json binary
+models/**/*.json binary
 *.t7 binary

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@ models/*
 !models/upconv_7l
 !models/srresnet_12l
 !models/vgg_7
+!models/cunet
 models/*/*.png
 models/*/*/*.png