projects: drop unused logic from generate.bat

Follow-up to 5a0644fae8 #8442

Closes #18397
This commit is contained in:
Viktor Szakats 2025-08-25 18:50:33 +02:00
parent ca6d6dcb20
commit cda243d053
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 46 additions and 81 deletions

View file

@ -30,7 +30,7 @@ my @tabs = (
"^m4/zz40-xc-ovr.m4",
"Makefile\\.(am|example)\$",
"/mkfile",
"\\.(bat|sln|vc)\$",
"\\.(sln|vc)\$",
"^tests/data/test",
);