From c58b0ea7a4d0f08a0a05f38e6bfc495860133d2c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 17 Feb 2023 16:57:10 +0900 Subject: [PATCH] Add wildcard to user list txt file to also ignore TEST created files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2cdf2e1..63fa29c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ user_list.txt -user_password*.txt +user_password*.txt* *.zip