Add Allstar exemptions (Fix #3328)

This commit is contained in:
Corentin Le Molgat
2022-06-08 10:56:39 +02:00
parent 25b796279d
commit 09c30fbc00

View File

@@ -0,0 +1,14 @@
# Ignore reason: These artifacts are used by the Make based build recipes on windows.
# note: Windows doesn't provide an ubiquitous package manager we could depends on
# to have these tools available on the user host machine.
ignorePaths:
- tools/make.exe
- tools/win/grep.exe
- tools/win/gzip.exe
- tools/win/libiconv2.dll
- tools/win/libintl3.dll
- tools/win/mkdir.exe
- tools/win/pcre3.dll
- tools/win/regex2.dll
- tools/win/rm.exe
- tools/win/sed.exe