Added .gitignores to avoid accidentally commiting test files

This commit is contained in:
Marcos Del Sol Vives 2019-01-29 11:01:58 +01:00
parent 91433f9ca3
commit f4f5e172dd
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