From a1d4873ba3c6b80e76c9df1228e5c57d5612da41 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Tue, 21 Oct 2025 16:57:34 -0400 Subject: [PATCH 1/3] To be able to search for generated files, we need a separate .ignore file. --- .ignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 00000000..4d60b8a3 --- /dev/null +++ b/.ignore @@ -0,0 +1,17 @@ +[Oo]bj/ +[Bb]in/ +.nuget/ +_ReSharper.* +packages/ +artifacts/ +*.user +*.suo +*.userprefs +*DS_Store +*.sln.ide +lib/downloads/ +.idea/ +.vs/ +*.bak + +icu4c.readme.txt From f2d725c6e9bb11dd7afd5d796a91d92285d39225 Mon Sep 17 00:00:00 2001 From: papeh Date: Fri, 30 Jan 2026 09:56:19 -0600 Subject: [PATCH 2/3] Update .ignore Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ignore b/.ignore index 4d60b8a3..9142970a 100644 --- a/.ignore +++ b/.ignore @@ -7,7 +7,7 @@ artifacts/ *.user *.suo *.userprefs -*DS_Store +*.DS_Store *.sln.ide lib/downloads/ .idea/ From 364ec151167832f029898b503b454c9137c011e3 Mon Sep 17 00:00:00 2001 From: papeh Date: Fri, 30 Jan 2026 09:56:35 -0600 Subject: [PATCH 3/3] Update .ignore Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .ignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.ignore b/.ignore index 9142970a..6a64caa5 100644 --- a/.ignore +++ b/.ignore @@ -13,5 +13,4 @@ lib/downloads/ .idea/ .vs/ *.bak - icu4c.readme.txt