We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff865fd commit e5118fbCopy full SHA for e5118fb
.gitignore
@@ -220,11 +220,11 @@ pyrightconfig.json
220
# End of https://www.toptal.com/developers/gitignore/api/c++,python,jupyternotebooks
221
222
# Ignore generate images from datagen tool
223
-modules/unification/*.bitmap
224
-modules/unification/*.gif
225
-modules/unification/*.jpeg
226
-modules/unification/*.jpg
227
-modules/unification/*.png
+modules/*/*.bitmap
+modules/*/*.gif
+modules/*/*.jpeg
+modules/*/*.jpg
+modules/*/*.png
228
tools/datagen/src/imgs/*_grayscale_image*
229
tools/datagen/src/imgs/*_noisy_image*
230
tools/datagen/src/imgs/*_sobel_*
0 commit comments