Merge pull request #104 from socram8888/gitignores

Added .gitignores to avoid accidentally commiting test files
This commit is contained in:
deeppomf 2019-01-30 04:24:31 -05:00 committed by GitHub
commit eb632b3d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 0 deletions

7
decensor_input/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.bmp
*.png
*.jpg
*.gif
*.tif
*.tiff
!mermaid_censored.png

6
decensor_input_original/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.bmp
*.png
*.jpg
*.gif
*.tif
*.tiff

7
decensor_output/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.bmp
*.png
*.jpg
*.gif
*.tif
*.tiff
!mermaid_censored.png

1
models/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.h5

View File