From 2209ff5821f48f6fd8b60ba9c39ea77e49e11129 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 31 Jan 2023 10:48:14 +0200 Subject: [PATCH] bash/.gitignore: add .jpg,.jpeg --- bash/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.gitignore b/bash/.gitignore index 4ef5906..21f9c0d 100644 --- a/bash/.gitignore +++ b/bash/.gitignore @@ -1,2 +1,4 @@ # wifiqr.bash output *.png +*.jpg +*.jpeg