From be40b2ed2cef3d5e893169cb4064119d57eafc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Mon, 25 Apr 2022 20:14:55 +0200 Subject: [PATCH 1/2] ignore bclicense files --- AL.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/AL.gitignore b/AL.gitignore index 02eac6989a..99b20c2cc0 100644 --- a/AL.gitignore +++ b/AL.gitignore @@ -17,6 +17,7 @@ rad.json #Translation Base-file *.g.xlf #License-file +*.bclicense *.flf #Test results file TestResults.xml \ No newline at end of file From 14fea44fd595d3020a385fd0936f2f20c73702fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Mon, 25 Apr 2022 20:24:26 +0200 Subject: [PATCH 2/2] correct to plural --- AL.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AL.gitignore b/AL.gitignore index 99b20c2cc0..85daa02312 100644 --- a/AL.gitignore +++ b/AL.gitignore @@ -16,7 +16,7 @@ rad.json #Translation Base-file *.g.xlf -#License-file +#License-files *.bclicense *.flf #Test results file