Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Generated files should be ignored only for tests #108

Closed Blackhex closed 5 months ago

Blackhex commented 5 months ago

Since the vast majority of the scripts in this repository should produce it's generated files in the build folder, it's actually counterproductive to ignore them as it hides them in the situations when some script erroneously do not folow this rule. The only exception are tests for which those .gitignore rules was written in the first place.